diff --git a/matlab/20190416.Matlab-no-GUI.md b/matlab/20190416.Matlab-no-GUI.md new file mode 100644 index 0000000..c423523 --- /dev/null +++ b/matlab/20190416.Matlab-no-GUI.md @@ -0,0 +1,18 @@ +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`.