フィルターのクリア

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)
  1 件のコメント
Ibrahim KAYA
Ibrahim KAYA 2022 年 12 月 30 日
thanks a lot

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDevelop 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