編碼的世界 / 優質文選 / 感情

CentOS安裝MATLAB2016b


2022年6月28日
-   

CentOS安裝MATLAB2016b:
https://blog.csdn.net/u014535579/article/details/78793028
報錯:

[root@shopai2see-5c673986 local]# matlabMATLAB is selecting SOFTWARE OPENGL rendering.
/dev/matlab/MATLAB/R2016b/bin/glnxa64/MATLAB: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory
解決:
yum -y install lib-X11
yum install libX11-1.5.0-4.el6.i686.rpm
報錯:

[root@shopai2see-5c673986 ~]# matlabMATLAB is selecting SOFTWARE OPENGL rendering./dev/matlab/MATLAB/R2016b/bin/glnxa64/MATLAB: error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory
解決:
yum install libXext.i686  #32位系統
yum install libXext-devel.i686  
yum install libXext.x86_64  #64位系統
報錯:

To get started, type one of these: helpwin, helpdesk, or demo.For product information, visit www.mathworks.com.Can't reload '/dev/matlab/MATLAB/R2016b/bin/glnxa64/libmwhgbuiltins.so'Error in connector.internal.autostart.run
Error in connector.internal.autostart.run
解決:
yum install xorg-x11-appsyum install xorg-x11-xauth
運行成功的結果圖:

熱門文章