我已经下载并运行了目标为/home/matlab
的matlab安装程序,其中matlab是我创建的文件夹。安装成功完成。现在我如何在Ubuntu中启动该程序?
答案 0 :(得分:0)
要在Linux®平台上启动MATLAB®,请在操作系统提示符下键入matlab
。
创建MATLAB启动器/快捷方式
自动选项:安装软件包“matlab-support”,sudo apt-get install matlab-support
或通过仪表板上的软件中心。
手动选项如下。
sudo wget http://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png -O /usr/share/icons/matlab.png
sudo wget 'https://help.ubuntu.com/community/MATLAB?action=AttachFile&do=get&target=matlab-r2012a.desktop' -O /usr/share/applications/matlab.desktop
如果您在64位系统上拥有学生版的MATLAB(或简称32位版本),则需要修改此文件。运行
gksudo gedit /usr/share/applications/matlab.desktop
然后取消注释#Excc = matlab -arch = glnx86 -desktop并注释Exec = matlab -desktop(通过添加或删除#字符)。
如果您在Unity laucher中获得两个MATLAB启动器图标,请尝试在/usr/share/applications/matlab.desktop
中取消注释以下行:
StartupWMClass=com-mathworks-util-PostVMInit
答案 1 :(得分:0)
/usr/local/MATLAB/R2020b/bin/matlab &
sudo apt-get install matlab-support
以获取 MATLAB shortcut。