Adding a progress bar in App Designer inside a callback
이전 댓글 표시
I'm trying to design an app where multiple models are simulated at the press of a single button. I've added the entire code for all models within the callback for the said button. I also want to display a progress bar that displays which model is being executed (and its progress). Where should I add the code for the progress bar? I tried adding the code in the same callback function but the progress bar shows up after the entire callback has been executed. Thanks in advance.
댓글 수: 3
Rik
2022년 2월 24일
You could try to force a graphics update with drawnow. That might trigger the progress bar to show up.
Atharva Sule
2022년 2월 25일
Rik
2022년 2월 25일
You're welcome, I expanded my comment and posted is as an answer. That should increase the visibility for future users with a similar issue.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!