Clear Linux安装Matlab
# 运行 MATLAB 安装程序
unzip matlab_R2024b_glnxa64.zip -d matlab_installer
cd matlab_installer/bin/glnxa64
mkdir share
mv libX11.* ./share/
sudo ./install
cd /usr/local/MATLAB/R2024b/bin/glnxa64
sudo mkdir share
sudo mv libX11.* ./share/
cd /matlab_installer/bin/glnxa64
ldd ./MATLABWindow | grep libX11
显示:
libX11.so.6 => /usr/lib64/glibc-hwcaps/x86-64-v3/libX11.so.6.4.0 (0x00007f9f7f6f8000)
创建桌面启动文件:
vim ~/.local/share/applications/matlab.desktop
[Desktop Entry]
Name=MATLAB
Comment=MATLAB Application
Exec=/usr/local/MATLAB/R2024b/bin/matlab -desktop
Icon=/usr/local/MATLAB/R2024b/extern/icons/matlab_icon.png
Terminal=false
Type=Application
Categories=Development;Science;
参考
- Matlab installation - General Discussion - Clear Linux OS Forum
- ERROR: MATLAB is selecting SOFTWARE OPENGL rendering. - MATLAB Answers - MATLAB Central
- How do I select hardware OpenGL rendering for MATLAB on Linux - Stack Overflow
- 下载并安装 MATLAB
- Why will MATLAB not start up properly on my Linux machine? - 帮助中心问答 - MATLAB & Simulink