Steps for installing Matlab r2009a in Ubuntu 10.04
Reference:
http://hi.baidu.com/��a��/blog/item/47e812098effd1d962d986cd.html
1, i have already matlab for "Mathworks.Matlab.R2009a.UNIX.ISO-TBE.iso" in "~/Downloads"
2, mount cdroom :
$ mkdir /software/setup
$ sudo mount -t iso9660 -o loop /home/jason/Downloads/Mathworks.Matlab.R2009a.UNIX.ISO-TBE.iso /home/jason/software/setup/
3, install matlab:
$ sudo ~/software/setup/install -glnx86
(1) i install it in "/usr/local/MatlabR2009a" by choosing the option "Install manually without internet",
and click "OK"
(2) when it completed, then chose "Continue" for specifying the license file.
(3) then chose "Activate manually without the Internet", click "Next", and enter the path to the license file for your "lic_standalone.dat" path. then click "Next"
(4) and the last click "finish" for completing activation.
4, for more, u can change the ownership for u:
$ sudo chown -R $USER:$USER ~/.matlab $USER is your username for u pc
5, make a symbolic link in /usr/bin:
$ ln -s ~/.MatlabR2009a/bin/matlab /usr/bin/matlab
Ubuntu下安装Matlab R2009a
本文详细介绍了如何在Ubuntu 10.04系统中安装Matlab R2009a版本。步骤包括挂载ISO文件、手动安装过程、设置许可文件路径及完成激活等。此外还提供了更改所有者权限和创建符号链接的方法。
1574

被折叠的 条评论
为什么被折叠?



