install matlab R2009b under my ubuntu

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/p/3302048.html