The small series installs is MATLAB r2015b, uses is the default installation directory, installs in the directory/usr/local/matlab/r2015b/bin. Then the installation is completed after the system will not add the system path to MATLAB, only the terminal switch to the installation directory/usr/local/matlab/r2015b/bin to enter the command ' matlab ' to start matlab. There are two ways to achieve in the end of any folder input command ' matlab ' to achieve the start of MATLAB.
Method One: Add directory/usr/local/matlab/r2015b/bin to Path (many methods, please Baidu).
Method Two: In the directory/usr/local/bin to create a point to the MATLAB installation directory/usr/local/matlab/r2015b/bin symbolic Link: (not the default installation needs to replace the installation path)
sudo ln-s/usr/local/matlab/r2015b/bin/matlab/usr/local/bin/matlab