Busy Window

버전 1.2.0.0 (34.8 KB) 작성자: Stiphu
Signalize to the User that the Computer is busy
다운로드 수: 761
업데이트 날짜: 2010/8/24

라이선스 보기

For longer operations on your computer, it is practical to inform the user that a calculation is running. For this reason, you can call the 'busyWindow' function. It displays your message to the user.
There are three modes: The busy window with an automatic progress bar, with a manual progress bar and without a progress bar.
If you call the busy window in the 'progressA' mode, a progress bar is shown. The progress bar updates every second, calling a timer which increases the progress for 10%. Because you don't know how long the calculation takes, the progress bar restarts after it is reaching it's 100% end (every ten seconds).
If you call the busy window in the 'progressM' mode, there is also a progress bar shown. But now you have to update the progress manually, similar to the Matlab function 'waitbar'.
When the calculation is finished, you have to remove the busy window manually.
For further information and examples, type 'help busyWindow'.

인용 양식

Stiphu (2024). Busy Window (https://www.mathworks.com/matlabcentral/fileexchange/28534-busy-window), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Dialog Boxes에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

The 'progress' mode is now called 'progressA'. Manual progress mode added, called 'progressM'.

1.0.0.0