MATLAB

How to Use MATLAB

First, connect to the server with X11 forwarding; for more, refer to here. To enable MATLAB, type the below command in the terminal.

module load General/matlab/R2017a

To boot the MATLAB GUI, use the below:

matlab

To boot the GUI but keep being able to use the command line, use the below:

matlab &

Using MATLAB on Compute Nodes

If a computation-heavy session is to be expected, it is highly recommended to allocate a compute node to do the work there. For more on that, refer to Salloc.