How to change the state to 'busy' in the left corner when running an app?

5 ビュー (過去 30 日間)
Yang Shen
Yang Shen 2019 年 11 月 17 日
回答済み: Shivangi Gupta 2021 年 8 月 24 日
How to change the state to 'busy' in the left corner when running an app? so I can sure that the app is running.

回答 (1 件)

Shivangi Gupta
Shivangi Gupta 2021 年 8 月 24 日
You can modify the state message with the “statusbar” utility
...
statusbar(0, 'Busy...'); %# Set the status message
test; %# Run your function/script
statusbar(0, ''); %# Clear the status message
...
You can refer to the following link for more information related to statusbar.
https://in.mathworks.com/matlabcentral/fileexchange/14773-statusbar

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by