Install matlab on work station per matlab user

From HPC Guide
Revision as of 07:28, 2 January 2024 by Dvory (talk | contribs)
Jump to navigation Jump to search

Make sure that you have ~10GB for the iso file, and copy it to your machine, e.g. to /scratch > scp dvory@dvory:/home/dvory/Downloads/R2021b_Linux.iso /scratch/ Mount the iso file to the media directory > mount –t iso9660 –o loop /scratch/R2015b...iso /mnt Start the installation (not from /mnt, but cd to /tmp):

           - cd /tmp
           - /mnt/install (need X11 display)

So may do the following:

  • Make sure you have X, since the installation opens a GUI

When installation window opens: • When asks where to install it – choose a place which has enough space: • Type next – to install all that is being checked. Check that the new sw works. May need to add its path to $PATH in .bashrc: export PATH=$PATH:<matlab path>