Re: Running M-File from Command Line?
Randy Yates wrote:
> Is there a way to invoke Matlab to run a single m-file?
> The purpose is to be able to "build" matlab output files
> from a make file.
matlab -r matlab_cmd
I haven't done this since version 3.5 or so, so you might need to play
with it.
matlab -help does work for release 14 running in linux.
|