waitbar2a(x, whichbar, varargin)

버전 1.1.0.0 (14.8 KB) 작성자: Ross Hatton
Progress bar (waitbar) that can be embedded into a GUI uipanel element and/or decremented.
다운로드 수: 2.5K
업데이트 2015/8/19

라이선스 보기

The standard WAITBAR function (and the improved WAITBAR2 function, which this code is based on) must appear in their own figure windows, and cannot be embedded into a GUI.
WAITBAR2A is a drop-in replacement for either of the earlier functions, that has the additional capability to be initialized with the handle of a uipanel, in which case it draws into that uipanel rather than a new figure, and to be decremented.

인용 양식

Ross Hatton (2026). waitbar2a(x, whichbar, varargin) (https://kr.mathworks.com/matlabcentral/fileexchange/23169-waitbar2a-x-whichbar-varargin), MATLAB Central File Exchange. 검색 날짜: .

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

도움 받은 파일: Waitbar2

버전 게시됨 릴리스 정보
1.1.0.0

Version 1.1 updates the parsing of GUI handles for 2014b and later installations (where they are no longer numerical values)

1.0.0.0