MATLAB
From Research IT
Matlab
- Currently installed version: matlabr2006b on prometheus.rit.albany.edu
- We have one concurrent license for Matlab/Simulink and the Matlab Compiler.
-To check the status of the MATLAB Licenses type: lmstat -a
- Projects: We are working on getting the distributed engine running accross the cluster.
Compiler notes:
To compile an m file
mcc -m filename.m
To execute this file
mrun filename
-mrun will link the appropriate LD_LIBRARY_PATH to run the compiled code
