在虚拟机上安装ubuntu
可以参考网址:http://wenku.baidu.com/view/626f357f1711cc7931b7167a.html (vmware8.0安装ubuntu12.04)。
接下来是在虚拟机上安装matlab。
首先得下载matlab linux版本。
本人选择的是matlab R2010a linux。可以参考linux公社(http://www.linuxidc.com/Linux/2011-03/33836p2.htm)上给提供的网址(//|file|%5B%E7%9F%A9%E9%98%B5%E5%AE%9E%E9%AA%8C%E5%AE%A4%5D.Mathworks.Matlab.R2010a.UNIX.ISO-TBE.iso|4902662144|23d2d23050f366e03290437a68693102|h=gwp7aro7jgbooh2dbx3e3klumqr2wlzw|/,有好几个网址,我个人挑选的是这个)
安装步骤如下:
不联网模式下安装 1) choose "install manually without using the internet" 2)输入 the "file installation key" 55013-56979-18948-50009-49060 3) use "license_standalone.dat" when asked for license file 网络安装模式下 1) choose "install manually without using the internet" 2) 输入 the "file installation key" 42149-27753-04517-22198-03397 3) if neccessary install "license manager" 4) use "license_server.dat" when asked for license file
这里我们只需要关注3个地方,分别为Exec=软件执行文件的路径(即可以用命令终端打开软件的那个路径,红色标出),Icon=快捷方式图标(一般会在/usr/share/app-install/icons/ 路径下),Name=快捷方式名称。根据自己软件按转的位置修改代码,保存之后关闭文件。
[Desktop Entry]
Categories=Development;
Comment[zh_CN]=
Comment=
Exec=/usr/local/MATLAB/R2010a/bin/matlab
GenericName[zh_CN]=IDE
GenericName=IDE
Icon=/usr/share/app-install/icons/matlab.png
MimeType=
Name[zh_CN]=matlab
Name=matlab
Path=
StartupNotify=true
Terminal=false
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=owen
2、将文件名修改为matlab.desktop
3、右击文件,点击属性,进行如下设置(选中allow exectuing file as program,其他的不用修改):