From b58a2e43efa854eeee1f024d693b398a24fbe23c Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Wed, 19 May 2021 12:04:36 -0400 Subject: [PATCH] * Added notes on how to run Matlab with no GUI. --- matlab/20190416.Matlab-no-GUI.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 matlab/20190416.Matlab-no-GUI.md 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`.