Getting the MATLAb iso file :-
Mounting the ISO :-
NOTE :- Youāll have to make sure that the loop module is loaded before you can use this feature.
Use the following terminal commands in the order mentioned below
sudo modprobe loop sudo mkdir /media/iso sudo name_of_iso.iso /media/iso -t iso9660 -o loop
Installing :-
Now go to the location of the mounted iso
cd /media/iso
Now look at all the files
ls -l
And install by
sudo ./install
The installer will ask you to type the serial-key and later point to the license file
I had never tried installing this piece of software. If it has a repository or an official website, that is the secured place for you to download it. It should have a source code or a debian-based packages. If you are still new to Ubuntu Systems Administration, please choose the ādebian packagesā, using the āSynaptic Package Managerā, its easier to install and will find the required dependencies, for you.
MATLAB R2014b on Ubuntu 14.04
From ISO
cd /media/username/MATHWORKS_R2014AFrom Download
Install
sudo ./installsudo apt-get install matlab-supportcd ~ sudo chown username -R ~/.matlab Now Matlab should also be launchable through unity and should work as intended.
MATLABĀ® is a high-level language and interactive environment that enables you to perform computationally intensive tasks faster than with traditional programming languages such as C, C++, and Fortran.
MATLAB R2014b on Ubuntu 14.04
From ISO
From Download
Install
Now Matlab should also be launchable through unity and should work as intended.
Read More: Source: MATLAB - Community Help Wiki
I would recommend you to go throgh the wiki page as it has basic troubleshooting steps too if you encounter any error.
Answer requested by Simhadri Mahesh Gupta
Still have a question? Ask your own!