1.

Tell We Can Matlab Run Without Graphics?

Answer»

At times scripts NEED to run without displaying the plots.

  •  By doing this, the script STATEMENT need not be COMMENTED
  •  When WORKING from home, running graphics over the network may be too slow. 
  •  To perform the process, add the following lines of CODE
  • %setenv DISPLAY /dev/null % MATLAB.
  •  By using these simple tricks, we can run MATLAB without graphics.

 

At times scripts need to run without displaying the plots.

 



Discussion

No Comment Found