Unable to use Matlab on the cluster

Hello!

I have been trying to use Matlab since last week, but every time I type:

module load matlab
matlab

Multiple error messages pop up on screen (screenshot attached).

Can anyone tell me how to solve this issue?

Matlab no longer works on the login nodes because of a new process limit on the login nodes. Log on to a compute node first with the salloc command, and then use Matlab interactively. If it’s a small/short task, log on to a debug node with salloc -p debug. Those nodes are usually idle, but they have a 1 hour limit.