install matlab R2009b under my ubuntu

本文详细介绍了在Linux环境下使用Google搜索MATLAB安装ISO文件,通过sudomount命令挂载ISO,选择安装路径,输入安装密钥完成安装,并解决libc.so.6未找到的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Find the matlab installation ISO is the primary thing , just don't forget the Google that will help you . After that you need to mount it to get the file from the ISO ,
  • sudo mount -o loop,iocharset=gb2312 /path/to/matlab.iso /path/to/put/installation/file
Make sure you owe the /path/to/put/installation/file If not just make new folder with your own account or
  • sudo ./install
A dialog will pop up then choose the option of
  • without using internet
OK->YES->choose /path/to/intall/matlab ->OK ,a dialog request installation key ,fill in
  • 55013-56979-18948-50009-49060
The next is OK.
If you get the prompt
  • /lib/libc.so.6: not found
  • For 64 bit:
  • sudo ln -s /lib64/x86_64-linux-gnu/libc-2.13.so /lib64/libc.so.6
  • For 32 bit:
  • sudo ln -s /lib/i386-linux-gnu/libc-2.13.so /lib/libc.so.6
  • After install complete , try it
  • cd /path/to/install/matlab
  • ./matlab
  • A dialog request avtivate :
  • without internet -> next ->/path/to/put/installation/crack/lic_standalone.dat
Done.

转载于:https://www.cnblogs.com/benhuan/archive/2012/10/27/3302048.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值