1. Unzip Matlab-r2013b-linux.rar will appear patch folder and ISO file
2. Then unzip the. iso file: The way to take it is sudo mount-o loop Xxx.iso/media/matlab But when mounted is read-only mode the author will all the files CP out to the R2013b_unix folder (for later modification)
3.. Switch to the "R2013b_unix" directory in the terminal and enter "Install" to start the installation of MATLAB;
4. Then we are familiar with the Installation wizard interface of MATLAB, choose the non-networked installation (without Internet), serial number (install key) input " 50099-21292-14201-03250-24790-41816-23907-62461-58657-24048-55364-08874-18566-22288 "or" 24301-62136-21555-63628-23951-18882-23524-13990-17158-47212-41804-63025-63883-42443 ";
5. Install to the end will prompt you to activate, or select "Without Internet", and then activate the file selection cracked folder "Patch/matlab-2013b-lin64/matlab_std.dat", this is not finished, continue to look down!!
6. Finally, you need to replace "/usr/local/matlab/r2013b/bin/glnxa64/" with "patch/matlab-2013b-lin64/libmwservices.so" in the Cracked folder libmwservices.so; (Terminal command operation)
7. Start using MATLAB at terminal input "/usr/local/matlab/r2013b/bin/matlab".
8. Complete.
Tips:
In the installing when the issue of permissions to give executable permission can be;
When installing MATLAB in a Linux system, you may encounter the following error message.
Preparing installation files ...
Installing ...
eval:1:/tmp/mathworks_3807/java/jre/glnxa64/jre/bin/java:permission denied
My Solution turns out to be the following:
From the "install package", CD to Sys/java/jre/xxx/jre/bin directory. (XXX could be glnx86 or glnxa64 or something similar)
CD sys/java/jre/glnxa64/jre/bin
chmod a+x *
Execute the install command once again. You should is all set.
ubuntu14.10 under Installation matlab-2013b