1、sudo gedit /usr/share/applications/matlab.desktop
2、写入
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Matlab
GenericName=Matlab R2022b
Comment=Matlab:The Language of Technical Computing
Exec=/home/yrx/MATLAB/bin/matlab -desktop
Icon=/home/yrx/MATLAB/bin/glnxa64/MatlabIcon.png
Terminal=false
StartupNotify=true
Categories=Application;Matlab;
3、Ctrl+Alt+T,将下列复制到终端,可以在对应文件夹中看到快捷方式,复制到桌面双击即可启动
参考:https://blog.csdn.net/weixin_47296493/article/details/129538244
生成MATLAB快捷方式-Linux环境下
于 2023-04-21 08:32:44 首次发布
在Linux系统中,用户可以通过编辑matlab.desktop文件来创建MATLAB的桌面快捷方式。具体步骤包括使用sudogedit编辑文件,填写相关执行路径和参数,然后在终端运行命令以生成快捷方式,最后将快捷方式复制到桌面以方便启动。
摘要由CSDN通过智能技术生成