+1 vote
in Matlab by
How To Call Matlab In Batch Mode?

1 Answer

0 votes
by

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.

Related questions

+1 vote
asked Jul 30, 2020 in Matlab by Robindeniel
0 votes
asked Jan 14 in Sql by AdilsonLima
...