You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
textprogressbar() displays a text-based progress bar on the console
without the need of a graphical interface. This is a good option for
no-GUI instances of MATLAB. It also displays the estimated finishing
time for the process and recalculates it on each update.
EXAMPLE OF USE:
textprogressbar('Process'); % initializes the progress bar with a
custom string
textprogressbar(P); % updates the progress bar at P and recalculates
the estimated time
textprogressbar(100); % finalizes the current progress bar and resets
Cite As
Miguel Lago (2026). textprogressbar (https://ch.mathworks.com/matlabcentral/fileexchange/70234-textprogressbar), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: progressbar, Text progress bar
General Information
- Version 1.0 (2.35 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0 |
