Matlab GUI does not respond when running ode solvers
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
その他の回答 (1 件)
Sean de Wolski
2014 年 11 月 3 日
You can put drawnow in your ode function. This forces the event queue (button pushes, callbacks etc., to be flushed)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!