Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

  • Go to matworks.com and download latest Linux installer, a zip file.

  • There is a pdf “mathworks_installation_help.pdf” in the downloaded files, follow instructions

    • Open terminal, navigate to Downloads, type

      • unzip matlab_R2023a_glnxa64.zip -d matlab_R2023a_glnxa64

      • cd matlab_R2023a_glnxa64

      • sudo ./install

      • Typically best to use Designated computer

  • Select all

  • Select option to create symbolic links

What this does:

You need to create a symbolic link into a directory where is set in PATH. For example, to create MATLAB symbolic link in /usr/local/bin, please try

ThemeCopy

sudo ln -s $MATLAB/bin/matlab /usr/local/bin/matlab

Then you can launch MATLAB by just typing matlab.

  • No labels