+1 vote
in Matlab by
Can We Run Matlab With Out Graphics?

1 Answer

0 votes
by

Sometimes you may want to run scripts which contain plotting commands without displaying the plots and without going into the script to comment out the commands.

An example: if you're working from home and it's too slow to run graphics over the network.You can play a simple UNIX trick:

%setenv DISPLAY /dev/null % matlab

Related questions

+1 vote
asked Jul 30, 2020 in Matlab by Robindeniel
+1 vote
asked Jul 30, 2020 in Matlab by Robindeniel
...