Install Matlab in Ubuntu 12.04

First, make a mount point, which is just a folder. For example:

mkdir /media/mathworks

-----------------------------------------------------

ps: change user to root as:

sudo -s

change the file that can be written:

sudo chown username [foldername] -R

-----------------------------------------------------

Then mount the downloaded ISO to that directory. For this example, the ISO is in the home folder under the downloads folder and the ISO is called matlab.iso:

mount -t iso9660 -o loop ~/downloads/matlab.iso /media/mathworks

Now you can navigate there and run the installer as if it were a copy of the DVD, for example:

cd /media/mathworks


./install

If you are unable to utilize the ISO image, you may be able to request a DVD in the License Center. See the related solution below.


pps:

Error: can't find /lib/libc.so.6 in 12.04

sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章