| matlab | graphical interface |
| matlab -nodesktop -nosplash | text mode, with graphics window |
| matlab -nodisplay | text mode, without graphics |
PATH MATLABPATH=$HOME/my_matlab_dir export MATLABPATH matlab -nodisplay -r "myscript, quit" # run myscript.m and quitThe trailing "quit" makes sure that Matlab is terminated, even if this was omitted from the script. | 欢迎光临 Mathematica中文论坛-非官方 (http://www.ilovemathematica.com/) | Powered by Discuz! X3.2 |