Call Matlab From Msi
Place this script in /home/$STAGE/map/protocols, cmod +x.
Now from 'Utilities" menu of psel you could start MATLAB and run any function.
To convert data from msi format to MATLAB you would need pdf4D object from MSI >> MATLAB
#!/bin/csh -f
## File: Matlab_Tool
## This MSI/Matlab interface allows you to run Matlab
## and execute selected function.
matlab -nojvm -nosplash -r <function name>
page revision: 3, last edited: 14 Sep 2008 23:25