matlab for linux 安装

来源:互联网 发布:rpm e mysql 编辑:程序博客网 时间:2024/05/21 08:36


=下载地址(matlab for linux)=
http://math.whut.edu.cn/shumo/special/msoft/mac/matlab_unix_2009b.iso


=下载方法=
[plain] view plaincopy
$cd ~/Download  
$mkdir matlab  
$cd matlab  
$wget -c http://math.whut.edu.cn/shumo/special/msoft/mac/matlab_unix_2009b.iso  


==安装步骤==

step1:挂载matlab_unix_2009b.iso到/mnt/matlab
[plain] view plaincopy
  1. $sudo mkdir /mnt/matlab2009/  
  2. $sudo mount matlab_unix_2009b.iso /mnt/matlab2009/ -o loop  

step2:运行安装程序,并选择安装方式
[plain] view plaincopy
  1. $cd /mnt/matlab2009/  
  2. $./install   

选择 install manually without using internet.  再按ok
输入key:55013-56979-18948-50009-49060


再选择安装目录:/opt/matlab2009b/   
再先需要安装的组件...(我全选了)
等待安装咯(不是很久)


注意:保证/opt/matlab2009目录是 可写 的:
[plain] view plaincopy
  1. $sudo chmod o+x /opt/matlab2009b/  

安装完成后记得卸载iso呀.
[plain] view plaincopy
  1. $sudo umount /mnt/matlab2009/  




step3:软件激活 
安装完成后提示需要激活......[continue]
选择 without using internet...
再选择 /mnt/matlab2009/crack/lic_standalone.dat 为license文件..
再安装OK就可以激活啦...


=运行=
[plain] view plaincopy
  1. $/opt/matlab2009b/bin/matlab