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

Please Do Not Distribute This Private URL
 oo Build Your Own

 oo License Notes
 oo Matlab Support Map

BUILD YOUR OWN

Download the matlab installation iso image that you wish to install.  The 
matlab.iso is the current matlab.  The iso images are named after their versions.
    Click here to download  localweb.cns.nyu.edu/all/

For concreteness, let us say you are on a Mac.  For other platforms, just
replace osx below with linux or win as appropriate.

Step 1: 
Mount the iso image e.g. double click on it.  Copy the two files license.lic 
and installer_input-local-osx.txt to say your Desktop.

Step 2: 
Modify installer_input-local-osx.txt by changing the path to the license.lic
to  licensePath=/path/to/Desktop/license.lic    Remove/add to the list of 
toolboxes to install at the bottom of the input file.

Step 3: 
Launch Terminal and do
  cd /path/to/mounted/iso/image   ( e.g. /Volumes/R2019a-9.6 )
  sudo install -inputFile /path/to/Desktop/installer_input-local-osx.txt



Do Not Distribute These Private URLs