Matlab2017a under the network disk is like a few files.
first step: Hanging mirror file R2017A_GLNXA64_DVD1.ISO
Open the terminal and enter:
1.mkdir /home/<user name>/Matlab
2.sudo mount -t auto -o loop r2017A_GLNXA64_DVD1.ISO path/home/<user name>/Matlab
Installation starts:sudo /home/<user name>/Matlab/install
, will be asked to provide userslicense number, select offline verification, input:
09806-07443-53955-64350-21751-41297can.
Mount R2017A_GLNXA64_DVD2.ISO
3.In the installation process,75%,Installation interface will pop up a prompt, request insertionisofile, at this time, we reopen a terminal,Enter the following command:sudo mount -t auto -o loop r2017A_GLNXA64_DVD2.ISO path/home/<user name>/Matlab , continue to install.
3:After the installation is completed, close the installation interface and cancel the mounting of the folder used for mounting
Sudo RM -R/HOME/<user Name>/Matlab, then delete the folder:
sudo rm -r /home/<user name>/Matlab
Step 4: Crack
Do not open the software first, enter in the terminal:
1. sudo mkdir /usr/local/MATLAB/R2017a/bin/licenses/
2. sudo cp license_standalone.licThe directory where is located /usr/local/MATLAB/R2017a/bin/licenses/
3. sudo cp libmwservices.sorecord /usr/local/MATLAB/R2017a/bin/glnxa64/
/usr/local/MATLAB/MatlabThe default installation directory, the user can specify the installation location during the installation process. After the cracking package is decompressed, you can get itlicense_standalone.licandlibmwservices.so(libmwservices.soR2017aIn the directory)
startupmatlab:
sudo /usr/local/MATLAB/R2017a/bin/matlab
When the first start is started, let us provide a key file, selectThe previous step mentionedlicense_standalone.licfileActivation can be used normally.
Open
Atmatlab, the following situations may occur:
The reason isNvidia’s independence driver caused by the driver。
1. Open the terminal
cd /usr/local/MATLAB/R2017a/bin
2. ./matlab -softwareopengl
This article mainly reference: http://blog.csdn.net/m0_37407756/article/details/73187654;
http://blog.csdn.net/E_Walle/article/details/71077812
If you have any errors, welcome to modify it ~~