Console/Text Wait Bar

버전 1.0.4 (1.75 KB) 작성자: Amal Joy
A wait bar that displays on the MATLAB console
다운로드 수: 7
업데이트 날짜: 2021/9/12

라이선스 보기

cwbar.m - a command line waitbar
usage:
Initalize the bar:
cwbar(startmsg); % where startmsg is any string not starting
% with '!', startmsg will appear before the bar
Update the bar in a loop:
cwbar(p); % where p is a number from 0 to 1
Finalize the bar
cwbar(endmsg); % where endmsg is any string starting with '!'.
% endmsg(2:end) will appear after the bar followed
% by a new line
Date : 09/10/2021
Author: Amal Joy

인용 양식

Amal Joy (2024). Console/Text Wait Bar (https://www.mathworks.com/matlabcentral/fileexchange/99054-console-text-wait-bar), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2021a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

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

Image changed

1.0.3

Updated Image

1.0.2

Image changed and non-functional code changes

1.0.1

Added thumbnail image

1.0.0