Difference between revisions of "MATLAB"
Jump to navigation
Jump to search
(Created page with "[http://www.mathworks.com/products/matlab/ MATLAB] is installed in <code>/opt/MATLAB</code>. Binaries are in <code>/opt/MATLAB/R2011b/bin/</code> The license is active on all no…") |
(new matlab modules) |
||
Line 1: | Line 1: | ||
− | [http://www.mathworks.com/products/matlab/ MATLAB] is installed in <code>/opt/MATLAB</code>. Binaries are in <code>/opt/MATLAB/ | + | [http://www.mathworks.com/products/matlab/ MATLAB] is installed in <code>/opt/MATLAB</code>. Binaries are in <code>/opt/MATLAB/<version>/bin/</code> |
− | The license is active on all nodes. | + | The license is active on all regular computing nodes. |
− | To start MATLAB, type <code>/ | + | To start MATLAB, type <code>module load matlab/R2012a</code> or <code>module load matlab/R2011b</code> depending on which version you want to run, followed by <code>matlab</code> |
Revision as of 03:01, 9 October 2012
MATLAB is installed in /opt/MATLAB
. Binaries are in /opt/MATLAB/<version>/bin/
The license is active on all regular computing nodes.
To start MATLAB, type module load matlab/R2012a
or module load matlab/R2011b
depending on which version you want to run, followed by matlab