Matlab GUI does not respond when running ode solvers
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I have a program that calls MATLAB's ode solver. It usually takes a long time to complete, during that time, Matlab GUI becomes unresponsive. I have a program that reports the progress in the command window.I would like to monitor the progress. Is there a way to make sure Matlab GUI not locked up during heavy computation?
Bo
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Sean de Wolski
am 3 Nov. 2014
You can put drawnow in your ode function. This forces the event queue (button pushes, callbacks etc., to be flushed)
0 Kommentare
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations 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!