progressdots - Progress Status

버전 1.0.0.0 (1014 Bytes) 작성자: Frank González-Morphy
PROGRESSDOTS does show a progress status through dots at the MATLAB Command Window.
다운로드 수: 1.5K
업데이트 날짜: 2004/11/30

라이선스 없음

PROGRESSDOTS use a fprintf(2,<text>) command to display dots on the MATLAB Command Window to show a progress status of a working function. These could be helpful to give the user the impresion that the program or function does still work and is in progress.

PROGRESSDOTS() does use 5 dots every 1 second.

PROGRESSDOTS(10) does use entered amount of dots, here 10 and these are displayed every 1 second.

PROGRESSDOTS(20,4) does display 20 dots every 4 seconds.

SYNTAX: >> progressdots() % 5 dots every second
>> progressdots 6 % 6 dots every second
>> progressdots('20','3') % 20 dots every 3 seconds

Attached on the ZIP-File you will find a M-File, demofcn.m, which shows you a possible usage.

인용 양식

Frank González-Morphy (2026). progressdots - Progress Status (https://kr.mathworks.com/matlabcentral/fileexchange/6404-progressdots-progress-status), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R13SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Environment and Settings에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0