You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
432 B
19 lines
432 B
4 years ago
|
Invoking MATLAB with no GUI
|
||
|
===========================
|
||
|
|
||
|
|
||
|
"Launching MATLAB without the desktop"
|
||
|
https://blogs.mathworks.com/community/2010/02/22/launching-matlab-without-the-desktop/
|
||
|
2010-02-22
|
||
|
|
||
|
Use the `-nodesktop` switch.
|
||
|
|
||
|
--> On Turing, still showing the logo splash window!
|
||
|
|
||
|
|
||
|
Can we run Matlab in totally headless mode?
|
||
|
|
||
|
https://www.mathworks.com/matlabcentral/answers/372573-running-matlab-in-headless-mode
|
||
|
|
||
|
Use `-nodisplay`.
|