Matlab GUI does not respond when running ode solvers

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

 Akzeptierte Antwort

Bo
Bo am 3 Nov. 2014

0 Stimmen

Thanks for your quick reply. Calling to drawnow() makes it work better.

Weitere Antworten (1)

Sean de Wolski
Sean de Wolski am 3 Nov. 2014

0 Stimmen

You can put drawnow in your ode function. This forces the event queue (button pushes, callbacks etc., to be flushed)

Kategorien

Mehr zu Programming finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

Bo
am 3 Nov. 2014

Beantwortet:

Bo
am 3 Nov. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by