【转载请注明出处: http://blog.csdn.net/lzl124631x】
Install Matlab For Linux:
- Download http://math.whut.edu.cn/shumo/special/msoft/mac/matlab_unix_2009b.iso.
- Mount matlab_unix_2009b.iso to /mnt/matlab.
$ sudo mkdir /mnt/matlab2009/
$ sudo mount matlab_unix_2009b.iso /mnt/matlab2009/ -o loop - Install it.
$ cd /mnt/matlab2009/
$ ./install
Select "install manually without using internet", and enter key "55013-56979-18948-50009-49060".
Choose installation directory (e.g. /opt/matlab2009/. Make sure the directory is writable: $ sudo chmod o+x /opt/matlab2009/)
Wait until installation is done. - Crack it.
Choose "without using internet..." and select /mnt/matlab2009/crack/lic_standalone.dat as the license file.
Press OK. - Unmount Image
$ sudo umount /mnt/matlab2009
$ rmdir matlab2009 - Install matlab-support.
$ sudo apt-get install matlab-support OR Ubuntu Software Center > Search "matlab support" > Install
Specify the location of your Matlab: /opt/matlab2009
If you install matlab-support through Software Center, a shortcut will be added to your laucher. I don't know why this will not happen if you install through command line. - Run it.
$ matlab
Problems with Matlab:
1) .../bin/util/oscheck.sh: /lib/libc.so.6: not found
$ sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
2) The desktop configuration was not saved successfully
$ sudo chmod a+w -R ~/.matlab