MATLAB

Checking available versions

module spider matlab

Loading MATLAB

Load the default version with module load matlab,

or load a specific version with module load matlab/<version>.

Running MATLAB

To run Matlab with GUI (in a VNC session or with X11-Forwarding enabled), run:

matlab

To run Matlab from terminal CLI, run:

matlab -nodisplay