automatically running m scripts

3 visualizzazioni (ultimi 30 giorni)
Matthew
Matthew il 22 Apr 2014
Commentato: Matthew il 23 Apr 2014
Hi.
I have m files called:
a.m
b.m
c.m
d.m
e.m
How do I automatically set the 5 scripts to run one after the other?
Thanks

Risposta accettata

per isakson
per isakson il 22 Apr 2014
Modificato: per isakson il 22 Apr 2014
Make a new script containing the lines
a
b
c
d
e
Put the new script in a folder, which is in the Matlab path.
  2 Commenti
Jan
Jan il 23 Apr 2014
+1 :-)
Matthew
Matthew il 23 Apr 2014
Thanks per isakson!

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by