Some, under Windows, Linux I have used, MATLAB Linux version of the GUI uses Java, the operation does not have Windows version of the smooth, more or less a bit of a problem, in short, the feeling is not easy to use Windows version, the same version of the function is the same, It is said that the Linux kernel is more efficient and runs MATLAB faster than Windows, but I don't feel it.
Here are my installation methods (note your MATLAB version):
Software: ftp://soft.hit.edu.cn/software/Science/Mathworks.Matlab/MatlabR13Unix/
Open the terminal window and Su goes to the root account.
Mkdir/usr/local/matlab
Mkdir/mnt/cdrom
Mount-o Loop/*matlab installation File save directory */matlab1.iso/mnt/cdrom
/mnt/cdrom/install
Follow the graphical installation prompts to install, note that the installation path is/usr/local/matlab
When you are prompted for a license file, save the content as a License.dat file and open another terminal:
CP/* Path to this file */license.dat/usr/local/matlab/etc/
INCREMENT tmw_archive MLM 01-jan-0000 0 2da02a437ff1d34a309b \
Vendor_string=41401802cd0032c79c56eff Hostid=demo sn=170282
INCREMENT MATLAB MLM 01-jan-0000 5d609ad3b3b1d378871d \
Dup_group=uh sn=170282
This will continue to install, when prompted CD1 installation successful, then open a terminal window, enter:
Umount/mnt/cdrom
Mount-o Loop/*matlab installation File save directory */matlab2.iso/mnt/cdrom
To continue the installation, when prompted CD2 installation is complete, then proceed:
Umount/mnt/cdrom
Mount-o Loop/*matlab installation File save directory */matlab3.iso/mnt/cdrom
Know CD3 installation is complete.
Replace the License.dat file downloaded from the installation file with the one that was just saved as and copied to
The License.dat file in the/usr/local/matlab/etc/. (the file that was copied during installation is for installation only, but not for normal use.) )
So the installation is done.
Startup software requires a terminal input:/usr/local/matlab/bin/matlab
found that the window of a program is not responding, this is because in the Chinese environment and MATLAB conflict, enter:
Env Lang=c Lc_all=c/usr/local/matlab/bin/matlab
In this way, MATLAB can be started normally.
The installation method of Matlab under Linux (to be tried)