You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
progress_bar is a lightweight method of giving a progress and time indication when running an calculation intensive for-loop.
Al that is required is to include the function within the for loop such as:
| for idx=min:max
| progress_bar(idx, min, max);
| pause(0.05);
| end
Additional options include a custom message, or a GUI progress bar using waitbar.
The time added to your calculation depends on the intensity of the calculation done in each iteration and the number of iteration and is typically less than 1% for the default text version.
Cite As
Dirk Wagenaar (2026). progress_bar (https://www.mathworks.com/matlabcentral/fileexchange/42360-progress_bar), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.74 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
