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

EXAMPLE INSTALLS FOR MACOS

Example 1:  [ Install matlab 9.6 ]
 -  sudo bash     
 -  curl www.cns.nyu.edu/mac/matlab9.6.tgz | tar xz -C /Applications

 [optional]  if you may want to run matlab 9.6  from the command line, do
 -  ln -s /Applications/MATLAB9.6.app/bin/matlab /usr/local/bin/matlab9.6


Example 2:  [ Install matlab 9.9 ]
 -  sudo bash     
 -  curl www.cns.nyu.edu/mac/matlab9.9.tgz | tar xz -C /Applications

 [optional]  if you may want to run matlab 9.9  from the command line, do
 -  ln -s /Applications/MATLAB9.9.app/bin/matlab /usr/local/bin/matlab9.9


Example 3:  [ Install matlab 9.2 ]
 -  sudo bash     
 -  curl www.cns.nyu.edu/mac/matlab9.2.tgz | tar xz -C /Applications

 [optional]  if you may want to run matlab 9.2  from the command line, do
 -  ln -s /Applications/MATLAB9.2.app/bin/matlab /usr/local/bin/matlab9.2


Example 4:  [ Install matlab 8.3 ]
 -  sudo bash      
 -  curl www.cns.nyu.edu/linux/matlab8.3.tgz | tar xz -C /Applications

 [optional]  if you may want to run matlab 8.3  from the command line, do
 -  ln -s /Applications/MATLAB8.3.app/bin/matlab /usr/local/bin/matlab8.3


Example 5:  [ Install default/most common matlab ]
 -  sudo bash     
 -  curl www.cns.nyu.edu/mac/matlab.tgz | tar xz -C /Applications
 -  or curl www.cns.nyu.edu/mac/default-matlab.tgz | tar xz -C /Applications


Example 6:  [ Install most recent matlab available ]
 -  sudo bash     
 -  curl www.cns.nyu.edu/mac/current-matlab.tgz | tar xz -C /Applications