Matlab For Linux

来源:互联网 发布:带着淘宝去异界书包网 编辑:程序博客网 时间:2024/06/14 06:27
【转载请注明出处: http://blog.csdn.net/lzl124631x
Install Matlab For Linux:
  1. Download http://math.whut.edu.cn/shumo/special/msoft/mac/matlab_unix_2009b.iso.
  2. Mount matlab_unix_2009b.iso to /mnt/matlab.
    $ sudo mkdir /mnt/matlab2009/
    $ sudo mount matlab_unix_2009b.iso /mnt/matlab2009/ -o loop
  3. 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.
  4. Crack it.
    Choose "without using internet..." and select /mnt/matlab2009/crack/lic_standalone.dat as the license file.
    Press OK.
  5. Unmount Image
    $ sudo umount /mnt/matlab2009
    $ rmdir matlab2009
  6. 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.
  7. 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