Matlab GUI does not respond when running ode solvers
조회 수: 5 (최근 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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!