Page 1 of 1

How to install matlab in linux

Posted: Thu Apr 24, 2014 8:40 am
by jahid
I assume that you already have the required dvd iso file of your Matlab software.
Now enter these codes in terminal one by one:

Code: Select all

sudo mkdir ~/matlab
sudo mount -o loop path_to_the_matlab_dvd_file.iso ~/matlab
cd ~/matlab
sudo ./install
Now the matlab installer GUI will run. Now do as you always do. After finishing the installation, run these codes:

Code: Select all

sudo umount ~/matlab
sudo rm -R ~/matlab
For other ways to install Matlab in linux system you can see this

Re: How to install matlab in linux

Posted: Wed Jul 22, 2015 9:04 pm
by MikZ
Nice. But note that those are commands, not 'codes'. I don't mean to be a smart-arse; I just want to help avoid confusion. :-)