MATLAB Question:
Download Questions PDF

How to call matlab in batch mode?

Answer:

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.

Download MATLAB Interview Questions And Answers PDF

Previous QuestionNext Question
How to correctly apply the graphics patches in Matlab?Explain about stress analysis in Matlab?