MATLAB
Matlab at AIfA
|
tcsh
To initialize MATLAB in tcsh use the following commands:
set matlab=/vol/software/software/tools/matlab/R2008b
setenv MATLAB $matlab
set path = ( $path $MATLAB/bin )
See below for additional set up info... |
bash
To initialize MATLAB in bash use the following commands:
matlab=/vol/software/software/tools/matlab/R2008b
export MATLAB=$matlab
PATH="$PATH":$MATLAB/bin
|
MATLAB version 7.7.0 (R2008b) is available, with 5 licenses. To check how many licences are in use run the following command:
/vol/software/software/tools/matlab/R2008b/etc/lmstat -a
To run MATLAB in a shell (i.e. without a GUI) type:
matlab -nojvm -nosplash
Last Updated 2013-Jan-29 by Lorenzo Lovisari