MultiWaitBar

버전 1.0.0.0 (2.36 KB) 작성자: Sandeep Solanki
MULTIWAITBAR displays multiple waitbars.
다운로드 수: 360
업데이트 날짜: 2013/10/29

라이선스 보기

% MULTIWAITBAR displays multiple waitbars.
% H = MULTIWAITBAR(NumAxes,StepAxes,TitleAxes)
% creates and displays a waitbars of fractional lengths StepAxes. The
% handle to the multiwaitbar figure is returned in H.
% StepAxes should be an array, length equal to number of axeses, between
% 0 and 1. TitleAxes should be a cell array,length equal to number of
% axeses, Containing messeges as the title of axeses.
%
% H = MULTIWAITBAR(NumAxes,StepAxes,TitleAxes) will set the length of
% the bars in the most recently created waitbars window to the fractional
% length StepAxes values.
%
%
% MULTIWAITBAR(NumAxes,StepAxes,TitleAxes,H) will update the messeges text in
% the multiwaitbar figure, in addition to setting the fractional
% length to StepAxeses.
%
% MULTIWAITBAR is typically used inside nested FOR loops that performs a
% lengthy computation.
%
% use delete and clear as stated below to clear the object of
% multiwaitbar figure
% delete(H.figure)
% clear('H')
%
% Example:
% H = multiwaitbar(3,[0 0 0 0],{'Please wait','Please wait','Please wait'});
% for i = 0:0.2:1
% for j = 0:0.2:1
% for k = 0:0.1:1
% multiwaitbar(3,[i j k],{'Computing','Computing','Computing'},H);
% end
% end
% end
% delete(H.figure)
% clear('H')

인용 양식

Sandeep Solanki (2024). MultiWaitBar (https://www.mathworks.com/matlabcentral/fileexchange/44111-multiwaitbar), MATLAB Central File Exchange. 검색됨 .

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

줌: blockbar

Community Treasure Hunt

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

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