run scripts in sequence
14 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposta accettata
Più risposte (2)
the cyclist
il 7 Mar 2012
Type the following on the command line:
script1; script2; script3
0 Commenti
Vedere anche
Categorie
Scopri di più su Elementary Math in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!