run scripts in sequence
    11 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
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 Kommentare
Akzeptierte Antwort
  Sean de Wolski
      
      
 am 7 Mär. 2012
        script4.m
%The contents of scipt4.m
script1;
script2;
script3;
0 Kommentare
Weitere Antworten (2)
  the cyclist
      
      
 am 7 Mär. 2012
        Type the following on the command line:
script1; script2; script3
0 Kommentare
Siehe auch
Kategorien
				Mehr zu Electrical Block Libraries finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


