Status / progress indicator

A simple progress bar indicating the current status, the elapsed time and the remaining time.

이 제출물을 팔로우합니다

Statusbar is a simple GUI to display the progress of a lengthy computation. It displays the current state and the elapsed time as well as the estimated time to finish.

On confirmation, the user can interrupt the computation by closing the window. At every update, the application program is signaled if it should stop or continue.

Statusbar minimizes processor load by updating only if either the elapsed time or the progress changed (i.e. at most once per second or 0.4% advance).

인용 양식

Marcel Leutenegger (2026). Status / progress indicator (https://kr.mathworks.com/matlabcentral/fileexchange/5912-status-progress-indicator), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 App Building에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

Added a switch to show/hide all or a specific status bar. A hidden status bar does consume even less processing time because no redraw is needed. Also useful to hide client status bars in nested processing routines.