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 CenterFile Exchange에서 Develop 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