MATLAB is a powerful scientific computing software. Its powerful matrix computing function simplifies some complex data operations.
1. Obtain the MATLAB Installation File. First, the file "maid" is obtained.
2. Before installation, the system must have a Java virtual machine. The installation program of MATLAB depends on the JRE environment. Download the latest JRE: jre-6u22-linux-i586.bin
Run the following command to install the JRE environment:Chmod + x jre-6u22-linux-i586.bin <br/>./jre-6u22-linux-i586.bin
First, add the File Execution permission, and then run it directly.
Mounted to the ISO file for installation. The method is as follows:
Create a directory for mounting the ISO file:Sudo mkdir/mnt/MATLAB
Then mount the ISO file to this directory:Sudo Mount-o loop maid B .iso/mnt/MATLAB <br/>
Then go to the directory to prepare for installation:Sudo/mnt/Matlab/install
Next, follow the installation instructions in the crack directory.
After installation, start:MATLAB/bin/MATLAB