Another text Waitbar

A text progressbar, faster than the graphical Matlab waitbar

이 제출물을 팔로우합니다

It's one .m file, with examples included.

It's fast, the title can be changed, it supports bars for nested loops, and the bar can be erased at the end.

The only problem is that you can't print anything while using this bar (this is true for all the text bar actually). Just print it before or after.

There are 5 examples, including one that shows how to print an estimate of the remaining time.

Any suggestions of improvements are welcome.

인용 양식

Joseph (2026). Another text Waitbar (https://kr.mathworks.com/matlabcentral/fileexchange/16213-another-text-waitbar), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: progress

카테고리

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

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

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

Some speed improvements, and an example of nested bars. I also completed the description.