Progress Dialog

버전 1.0.0.0 (4.72 KB) 작성자: Felix Ruhnow
Novel progress dialog without using drawnow function, which is optimized for minimal CPU usage.
다운로드 수: 760
업데이트 날짜: 2013/8/7

라이선스 보기

Progressdlg creates or updates an existing progress dialog that reports on the progress of a task including the estimated time remaining as well as a button to cancel the task. It does not use drawnow in order to improve performance when using one or several other figures (drawnow refreshes all graphics objects in all figures).

Syntax:
progressdlg creates default progress dialog

progressdlg('message'); creates default progress dialog with custom message

progressdlg(n); creates default progress dialog with initial value n or updates existing progress dialog to value n

progressdlg(n,'message'); creates default progress dialog with message and value n or updates existing progress dialog to value n and message

progressdlg('PropertyName',PropertyValue,...); creates or updates progress dialog with properties PropertyName/PropertyValue

handle = progressdlg(...); returns the handle to the progress dialog
handle is empty if user aborted by pressing cancel

See help progressdlg for examples and PropertyName/PropertyValue

Notes:
1) Does not use drawnow to refresh the progress bar in order to improve performance, especially when using one or several additional figures with many graphics objects.
2) Performance is slightly decreased when using the remaining time estimation and/or cancel button

Warning:
This code heavily relies on undocumented and unsupported Matlab functionality. It works on Matlab 7+, but use at your own risk!

인용 양식

Felix Ruhnow (2024). Progress Dialog (https://www.mathworks.com/matlabcentral/fileexchange/42990-progress-dialog), MATLAB Central File Exchange. 검색됨 .

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

받음: WORKBAR, statusbar

Community Treasure Hunt

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

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