run scripts in sequence

Hi,
A very simple question:
We have three scripts - script1.m script2.m script3.m
Each of them would last aprrox 2 hours, they are independent to each other, and we just want them to run overnight for us.
What would be the easiest solution?
Thank you very much for your attention!
ubu

 채택된 답변

Sean de Wolski
Sean de Wolski 2012년 3월 7일

0 개 추천

script4.m
%The contents of scipt4.m
script1;
script2;
script3;

추가 답변 (2개)

the cyclist
the cyclist 2012년 3월 7일

2 개 추천

Type the following on the command line:
script1; script2; script3
Ubu
Ubu 2012년 3월 7일

0 개 추천

Na klar!
Thanks guys..

카테고리

도움말 센터File Exchange에서 Electrical Block Libraries에 대해 자세히 알아보기

질문:

Ubu
2012년 3월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by