...
Command-line argument | Meaning | ||
---|---|---|---|
no argument | Start MATLAB GUI. | ||
-nodesktop | Start MATLAB without desktop but allow GUI and graphics output. | ||
-nodisplay | Start MATLAB without any GUI support. | ||
-singleCompThread | Some intrinsic MATLAB functions automatically exploit multithreading. MATLAB can be forced to disable this feature.
| ||
-r myfunc | Run a MATLAB script or function, e. g. myfunc.m. |
...