Matlab is really a good tool. It's a pity that I can't afford it if I buy a genuine one. I do computer vision, this toolbox Matlab has been updated, there are many concise features can only be used in the new version of MATLAB. Had to put up a new one. The steps are as follows:
1.:https://downloadly.ir/software/engineering-specialized/mathworks-matlab-download/(Find the corresponding version, 5 links per 2G or so)
2. Under Windows Decompression, unzip a file will be automatically all extracted, 2. iso files (Ubuntu Novice).
Create a new folder under 3.home:
mkdir matlab2017
4. Mount the first ISO (the file location is replaced with a $iso 1&)
sudo mount-o loop $ iso1$ ~/matlab2017
CD ~/
sudo ~/matlab2017/./install
5. Follow the Readme installation in the Crak file.
6. Pop-up window to hang on the second CD. Open the matlab2017 folder right-click, unmount. Hang it in ISO2 to this folder. Method with step 4, remember to change to ISO2 address
7. Follow ' Readme ' to finish
8. Install MATLAB Support (This step creates a shortcut): sudo apt-get install Matlab-support
You can find the familiar Matlab icon in dash.
9. Change the initial directory:
Cd/usr/local/matlab/r2017a/toolbox/local
sudo touch starup.m
sudo gedit startup.m
In the file startup.m, enter:
CD ' ~/work/matlab/'
done!
Ubuntu uninstall matlab
Reference: (How can not paste it?) )
1. Direct delete: sudo rm-f $your matlab dirctory$
2. Delete home under. matlab file (hidden, ctrl+h viewable)
3. After loading the new MATLAB, re-install MATLAB support. Search for MATLAB support in synaptic, right-click, Mark to reinstall.
done!
Ubuntu Matlab r2017a Hack installation