R
can be run on the command line in at least two ways. One is to use the interactive interpreter, by typing R
on the command line. Another is to run a script and quit, by using Rscript Foo.r
. Is it possible to run matlab
in a mode where it runs a script and quits?
I apologize if this is a newb question but I googled around, and tried to do matlab --help
and man matlab
, and I cannot figure it out.