Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
No edit summary |
(Marked this version for translation) |
||
Line 68: | Line 68: | ||
</pre> | </pre> | ||
= Available Toolboxes = | = Available Toolboxes = <!--T:23--> | ||
To see a list of the MATLAB toolboxes available with the license and cluster you're using, you can use the following command: | To see a list of the MATLAB toolboxes available with the license and cluster you're using, you can use the following command: | ||
<pre> | <pre> | ||
Line 74: | Line 74: | ||
[name@cluster ~]$ matlab -nodisplay -nojvm -r "fprintf('%s\n', license()); ver; exit" | [name@cluster ~]$ matlab -nodisplay -nojvm -r "fprintf('%s\n', license()); ver; exit" | ||
</pre> | </pre> | ||
= Running a MATLAB code = | = Running a MATLAB code = | ||
<!--T:4--> | <!--T:4--> |