automatically running m scripts

7 views (last 30 days)
Matthew
Matthew on 22 Apr 2014
Commented: Matthew on 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

Accepted Answer

per isakson
per isakson on 22 Apr 2014
Edited: per isakson on 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.

More Answers (0)

Categories

Find more on File Operations in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!