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

EXAMPLE INSTALLS FOR MACOS

Example 1:  [ Install matlab 25.2 ]
 -  sudo bash     
 -  curl https://www.cns.nyu.edu/mac/matlab25.2.tgz | tar xz -C /Applications

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


Example 2:  [ Install matlab 24.2 ]
 -  sudo bash      
 -  curl www.cns.nyu.edu/linux/matlab24.2.tgz | tar xz -C /Applications

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


Example 3:  [ Install matlab 9.9 ]
 -  sudo bash     
 -  curl https://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 4:  [ Install matlab 9.2 ]
 -  sudo bash     
 -  curl https://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 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