My Tech Notes
Run a matlab script without desktop
Run the following command in Terminal:
export MATLABPATH=/usr/local/spm5; /Applications/MATLAB_R2012b.app/bin/matlab -nodesktop -r spm
or save it as shell script. It will start your matlab script (in /usr/local/spm5) without the matlab desktop gui.
See also
MATLAB: MATLABPATH variable
MATLAB(Unix) command options
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment