필터 지우기
필터 지우기

Matlab Design App, status text?

조회 수: 11 (최근 30일)
Ibrahim KAYA
Ibrahim KAYA 2022년 12월 30일
답변: Image Analyst 2022년 12월 30일
Hello Everyone,
I have tried out for applying status text in Matlab Design App. But unfortunately I couldn't. Because, whenever i press the run button, the Processing (Running) text has not shown. Just like figures in below.
I will be glad if you can help,
Best regards....

채택된 답변

Image Analyst
Image Analyst 2022년 12월 30일
Try putting
drawnow
after you send the string to the control.

추가 답변 (1개)

Cameron
Cameron 2022년 12월 30일
Try putting a small pause after you edit the value like this:
app.StatusEditField.Value = "Processing";
pause(0.1)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by