1.出现
mount: /dev/loop4 is write-protected, mounting read-only.
解决 :
sudo mount -t auto -o loop /home/XXX/Downloads/matlab/R2016b_glnxa64_dvd1.iso /home/XXX/Downloads/matlabISO改成sudo mount -t auto -o ro,loop /home/xxx/Downloads/matlab/R2016b_glnxa64_dvd1.iso /home/xxx/Downloads/matlabISO 同理sudo mount -t auto -o loop /home/XXX/Downloads/matlab/R2016b_glnxa64_dvd2.iso /home/XXX/Downloads/matlabISO改成sudo mount -t auto -o ro,loop /home/xxx/Downloads/matlab/R2016b_glnxa64_dvd2.iso /home/xxx/Downloads/matlabISO2.破解的时候出现以下问题:
Could not complete Activation because the License File could not be written to disk. You might not have write permission on the License File or the folder. /usr/local/MATLAB/R2016b/licenses/license_zwj_123456_R2016b.lic See your System Administrator for assistance. The specific error message text is: /usr/local/MATLAB/R2016b/licenses/license_zwj_123456_R2016b.lic (Permission denied)

解决:
启动激活程序
/usr/local/MATLAB/R2016b/bin/matlab便会出现以上问题,so在启动激活程序前面加个sudo
sudo /usr/local/MATLAB/R2016b/bin/matlab然后再去激活,即可。
3.启动MATLAB程序
/usr/local/MATLAB/R2016b/bin/matlab
的时候出现以下问题:
License checkout failed.
License Manager Error -8
Make sure the HostID of the license file matches this machine, and that the HostID on the SERVER
line matches the HostID of the license file.
Troubleshoot this issue by visiting:
http://www.mathworks.com/support/lme/R2016b/8
Diagnostic Information:
Feature: MATLAB
License path: /home/zwj/.matlab/R2016b_licenses:/usr/local/MATLAB/R2016b/licenses/license.dat:/usr/local/MATLAB/R2
016b/licenses/license_zwj_123456_R2016b.lic:/usr/local/MATLAB/R2016b/licenses/network.lic
Licensing error: -8,523.

解决:
将Matlab 2016b Linux64 Crack.rar文件解压后的R2016b/bin/glnxa64文件中四个so文件复制到/usr/local/MATLAB/R2016b/bin/glnxa64文件中,注意以下/usr/local/MATLAB/R2016b/bin/glnxa64本身这四个so文件的修改时间,确认是否复制成功。
cd /usr/local/MATLAB/R2016b/bin/glnxa64sudo rm -rf libcufft.so.7.5.18sudo rm -rf libinstutil.sosudo rm -rf libmwlmgrimpl.sosudo rm -rf libmwservices.sosudo mv /home/XXX/Downloads/matlab/R2016b/bin/glnxa64/libcufft.so.7.5.18 libcufft.so.7.5.18sudo mv /home/XXX/Downloads/matlab/R2016b/bin/glnxa64/libinstutil.so libinstutil.sosudo mv /home/XXX/Downloads/matlab/R2016b/bin/glnxa64/libmwlmgrimpl.so libmwlmgrimpl.sosudo mv /home/XXX/Downloads/matlab/R2016b/bin/glnxa64/libmwservices.so libmwservices.so4.出现:
License checkout failed.
License Manager Error -95
MATLAB is unable to connect to the license server.
Make sure you can resolve the hostname of your machine.
If you are unable to resolve the hostname, contact your System Administrator.
Troubleshoot this issue by visiting:
http://www.mathworks.com/support/lme/R2016b/95
Diagnostic Information:
Feature: MATLAB
License path: /home/lxxx/.matlab/R2016b_licenses:/usr/local/MATLAB/R2016b/licenses/license.dat:/usr/local/M
ATLAB/R2016b/licenses/network.lic
Licensing error: -95,378. System Error: 115
解决办法: 将破解 文件夹 中的:license_server.lic和license_standalone.lic 拷贝到/usr/local/MATLAB/R2016b/licenses 文件夹下
cd /usr/local/MATLAB/R2016b/licensessudo cp /home/XXX/Downloads/matlab/license_server.lic license_server.licsudo cp /home/XXX/Downloads/matlab/license_standalone.lic license_standalone.lic
免责声明:本文系网络转载或改编,未找到原创作者,版权归原作者所有。如涉及版权,请联系删