MATLAB: Automatically running m scripts

consecutive runningm-file

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

Best Answer

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.