INSTALL MATLAB - LINUX
[ systems@cns.nyu.edu ] // [ INTERNAL MATLAB INFO PAGE ]

 oo Command-Line 
 oo GUI Install
 oo Versions

 oo License Notes
 oo Matlab Support Map
 oo Notes for Linux

COMMAND-LINE

sudo bash
curl www.cns.nyu.edu/linux/matlab9.9.tgz | tar xz -C /usr/local

DONE.
Replace 9.9 with the version of matlab you prefer e.g. 9.0, ..., 9.9, 9.11

Examples: In case the above is unclear, click here.

GUI INSTALL

To do a GUI install,  go to  https://www.cns.nyu.edu/linux/  and download the
matlab you wish to install.   Put the tarball into  /usr/local  and 
double click to unwrap it.  DONE.

VERSIONS

The versions of matlab we have for distribution here includes 
matlab 9.0, 9.1, ..., 9.7, 9.9, 9.11  Additionally, we have versions 8.0, ..., 8.6.
You may also download the matlab of your choice via the following 
persistent names. 

  current-matlab.tgz   (The latest version we are distributing.)
  default-matlab.tgz   (The most commonly used version.)
  matlab.tgz           (This is the same as the default-matlab.tgz)

You may wish to consult the matlab support map.

LICENSING

See License Notes


NOTES FOR MACOS AND LINUX

1) If you may want to run matlab 9.9 (assuming this is what you installed)
   from the command line for Linux, do
     ln -s /usr/local/matlab9.9/bin/matlab /usr/local/bin/matlab9.9 

2) To install a different version of matlab, simply replace matlab.tgz in the above command with
   matlab9.4.tgz,..., matlab9.0.tgz,  matlab8.6.tgz,..., matlab8.0.tgz, 
   matlab2018a.tgz,..., matlab2012b.tgz
3) To install elsewhere, use  -C /path/to/folder/you/want
4) To just download the tarball to the current directory without installing/unwrapping, do for example
   curl -O lwww.cns.nyu.edu/mac/matlab.tgz

5) The use of sudo for the install is simply to write to the given destination.
6) This may take 15 to 40 minutes depending on your network.  You must keep your system awake during the install.
7) If you need more information, click on the above link for our Internal Matlab Info page.

Do Not Distribute These Private URLs