automatically running m scripts
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
per isakson
2014 年 4 月 22 日
編集済み: per isakson
2014 年 4 月 22 日
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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Adding custom doc についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!