Difference between revisions of "MATLAB"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
To start MATLAB, type <code>module load matlab/R2013a</code> or <code>module load matlab/R2018a</code> depending on which version you want to run; just <code>module load matlab</code> will provide the latest version available on the cluster. Then type <code>matlab</code> command to start the Matlab environment. | To start MATLAB, type <code>module load matlab/R2013a</code> or <code>module load matlab/R2018a</code> depending on which version you want to run; just <code>module load matlab</code> will provide the latest version available on the cluster. Then type <code>matlab</code> command to start the Matlab environment. | ||
− | Run in textmode using: matlab -nodesktop -nojvm -nosplash | + | Run in textmode using: <code>matlab -nodesktop -nojvm -nosplash</code> |
Revision as of 19:30, 7 November 2018
MATLAB/Simuling is installed in /opt/MATLAB
. The license is active on all computing nodes.
To start MATLAB, type module load matlab/R2013a
or module load matlab/R2018a
depending on which version you want to run; just module load matlab
will provide the latest version available on the cluster. Then type matlab
command to start the Matlab environment.
Run in textmode using: matlab -nodesktop -nojvm -nosplash