matlab2018a安装及配置
安装matlab
-
挂载dvd1
-
打开终端,输入如下命令安装:
sudo /media/david/MATHWORKS_R2018A/install
-
安装密匙:09806-07443-53955-64350-21751-41297。
-
挂载dvd2
点击“确定”按钮,继续安装。
- 导入破解文件
sudo cp -f ~/tools/Matlab2018a/Matlab2018aLinux64Crack/R2018a/bin/glnxa64/matlab_startup_plugins/lmgrimpl/libmwlmgrimpl.so /usr/local/MATLAB/R2018a/bin/glnxa64/matlab_startup_plugins/lmgrimpl
- 导入licence
sudo cp -f ~/tools/Matlab2018a/Matlab2018aLinux64Crack/license_standalone.lic /usr/local/MATLAB/R2018a/licenses
- 打开matlab程序:
cd /usr/local/MATLAB/R2018a/bin
./matlab
- 创建符号链接
在目录/usr/local/bin里面创建一个指向Matlab安装目录/usr/local/MATLAB/R2015b/bin的符号链接
sudo ln -s /usr/local/MATLAB/R2015b/bin/matlab /usr/local/bin/matlab