Afternoon,
I have several scripts written in Matlab that each of them
runs alone, they are not functions. I would like to be able
to write a Matlab script that would run a series of Matlab
scripts itself and in certain order. Is it possible? In
case that it is possible could you provide detailed
information? Thanks in advance.
Cheers
Ra?l
James Tursa - 24 Jul 2008 21:29 GMT
"Ra? Ochoterena" <ochoterena@tfd.chalmers.se> wrote in
message <g6al8d$5f0$1@fred.mathworks.com>...
> Afternoon,
> I have several scripts written in Matlab that each of them
[quoted text clipped - 5 lines]
> Cheers
> Ra?l
Yes, it is possible. Simply create a script file that has
the names of your other script files in the order you want.
James Tursa