1.下载matlab2012a(例如:****.iso)
2.创建挂载目录
sudo mkdir /media/matlab
3.将当前目录切换到镜像文件的目录,然后将镜像文件挂载到刚刚创建的目录下
sudo mount -o loop ****.iso /media/matlab
4.跳转到挂载目录,开始安装
因为默认安装到/usr/local目录下,所以需要先更改下该目录的权限。
sudo chmod -R 777 /usr/local
现在开始安装
sudo ./install
(1)选择install without using the internet;
(2)选择yes;
(3)选择I have the File installation key for my licence
(file installation key在挂载目录/media/matlab/crack下面的install.txt文件中)
(4)选择custom(自定义);
(5)指定installation folder;
(6)选择用到的工具箱;
(7)点击install。
5.激活
切换到/usr/local/MATLAB/R2012a/bin
在终端输入如下命令
sudo ./activate_matlab.sh
出现激活画面。
选择Activate manually without the internet;
选择enter full path to your licence file, including the file name.
(license file 在 /media/matlab/crack目录下面的lic_standalone.dat)
完成激活。