To run a MATLAB file, you can either run a script or a function. The process of running them is quite similar.
main.m93 chars7 lines
main.m207 chars9 lines
-r
option followed by a string that includes the commands to run.main.m214 chars7 lines
This should help you get started on how to run files in MATLAB.
gistlibby LogSnag