automatically running m scripts
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Matthew
am 22 Apr. 2014
Kommentiert: Matthew
am 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
0 Kommentare
Akzeptierte Antwort
per isakson
am 22 Apr. 2014
Bearbeitet: per isakson
am 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Adding custom doc finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!