1. Create a temporary directory into which you can download files and cd into it.
For example, to install into the location /usr/local/temp, use these commands:
cd /usr/local
mkdir temp
cd temp
Subsequent instructions refer to this directory as $TEMP.
2. Right click the required and optional links and choose to save the file/link to your $TEMP directory.
3. Create a MATLAB installation directory into which you can cd and install to.
For example, to install into the location /usr/local/matlab, use these commands:
cd /usr/local
mkdir matlab (needed for first-time installation only)
cd matlab
Subsequent instructions refer to this directory as $MATLAB.
4. Put a license file "license.dat" in your $MATLAB directory with the R13SP1 license information.
5. In the $TEMP directory, run the command "tar -xf boot.ftp" to expand the installer.
6. Once you have expanded all the installer files in the $TEMP directory, run "install" to install the products.
NOTE: Be sure to point to the $MATLAB directory when asked for the MATLAB Root Directory when installing.