/
MATLAB installation notes
MATLAB installation notes
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.
, multiple selections available,
Related content
Installing MATLAB for CSPM
Installing MATLAB for CSPM
More like this
Installing Python for use with MATLAB
Installing Python for use with MATLAB
More like this
MATLAB startup - Sydney
MATLAB startup - Sydney
More like this
MATLAB Startup
MATLAB Startup
More like this
Network Installation
Network Installation
More like this
CSPM and Other Files
CSPM and Other Files
More like this