automatically running m scripts

조회 수: 1 (최근 30일)
Matthew
Matthew 2014년 4월 22일
댓글: Matthew 2014년 4월 23일
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

채택된 답변

per isakson
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.
  댓글 수: 2
Jan
Jan 2014년 4월 23일
+1 :-)
Matthew
Matthew 2014년 4월 23일
Thanks per isakson!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by