如何在干净安装后启动Matlab?

时间:2015-05-19 10:39:39

标签: linux ubuntu-14.04

我已经下载并运行了目标为/home/matlab的matlab安装程序,其中matlab是我创建的文件夹。安装成功完成。现在我如何在Ubuntu中启动该程序?

2 个答案:

答案 0 :(得分:0)

要在Linux®平台上启动MATLAB®,请在操作系统提示符下键入matlab

创建MATLAB启动器/快捷方式 自动选项:安装软件包“matlab-support”,sudo apt-get install matlab-support或通过仪表板上的软件中心。

手动选项如下。

  1. 获取图标:
  2. sudo wget http://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png -O /usr/share/icons/matlab.png

    1. 获取启动器文件:
    2. 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

      enter link description here

      上的原创文章

答案 1 :(得分:0)

  • 从命令行启动它: /usr/local/MATLAB/R2020b/bin/matlab &
    (将路径替换为您的安装位置)
  • 安装 sudo apt-get install matlab-support 以获取 MATLAB shortcut