Answers

Question and Answer:

  Home  MATLAB

⟩ How to call matlab in batch mode?

This can be done from the command line or from a makefile. You need a script (filename.m). Just type at the command line, or include in the makefile: matlab<filename.m where filename.m can write to disk a figure, a binary, an ascii file, anything you want.

 138 views

More Questions for you: