InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|