wait until batch Cygwin simulataion finish?
Ältere Kommentare anzeigen
I am running batch file from matlab in a loop form. How can I make the matlab loop wait until the batch execution finished?
for k=1:1:3
dos('mrun.bat');
end
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Adding custom doc finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!