Resources‎ > ‎Ravana‎ > ‎Using Ravana‎ > ‎

Matlab Toolboxes

posted ‎‎Sep 9, 2009 2:31 PM‎‎ by Catherine Hanson   [ updated ‎‎Nov 2, 2009 5:08 AM‎‎ ]
All matlab toolboxes are installed under /usr/apps/matlab.tlbx
which was added to MATLABPATH within a system-wide profile file, so
it should work for any user who is logged in.  To add a toolbox, helper scripts
load_
were created under /usr/apps/matlab.tlbx,  So, for example,
to add path to "spm" it is enough to type load_spm and then you can start
spm by typing "spm" at the Matlab command prompt.