1, download the Linux version of MATLAB.
MATLAB2012A's Seed file,
Matlab_unix_2012a.torrent
I downloaded the Linux version of MATLAB on the window machine.
2, the Matlab file to the Linux machine. 2.1 can pass through SSH past.
2.2 can also be copied with a U disk. Note, however, that the file format of the USB flash drive must be in NTFS format because the file is larger than 4G. Linux must be recognized by NTFS. Specific methods can be consulted: http://blog.itpub.net/26015009/viewspace-760133/
3, mount the USB stick and matlab iso file mount-t NTFS-3G/DEV/SDC1/MNT/USB device name and mount point depending on the circumstances of the machine.
Mount-o Loop Xxxx.iso/home/user/matlab
4, execute under/home/user/matlab./installmatlab. The installation must be under the graphical interface .
5, the installation process is the same as installing under Windows. (Licence and cracked files under the installation file)
6,vim/etc/profile Add Export path= "$PATH:/matlab Bin Path/", log in again is OK. All users can use it directly.
7, in the Command window, enter MATLAB-NOJVM try
Some considerations for installing MATLAB under Linux