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

 Respuesta aceptada

Sean de Wolski
Sean de Wolski el 7 de Mzo. de 2012

0 votos

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

Más respuestas (2)

the cyclist
the cyclist el 7 de Mzo. de 2012

2 votos

Type the following on the command line:
script1; script2; script3
Ubu
Ubu el 7 de Mzo. de 2012

0 votos

Na klar!
Thanks guys..

Categorías

Más información sobre Electrical Block Libraries en Centro de ayuda y File Exchange.

Preguntada:

Ubu
el 7 de Mzo. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by