waitbar with time estimation

Estimated remaining, elapsed time, and percentage complete.

You are now following this Submission

This version of waitbar is compatible with MATLAB's version. Thus, doesn't require any modification of existing functions using the waitbar. However, the property settings include with MATLAB's version will not be recognized.

This program is a heavily modified version of timebar.m by Chad English.

Cite As

Andrew (2026). waitbar with time estimation (https://www.mathworks.com/matlabcentral/fileexchange/22161-waitbar-with-time-estimation), MATLAB Central File Exchange. Retrieved .

Categories

Find more on App Building in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.5.0.0

I fixed a problem with updating messages.

1.4.0.0

As suggested in the comment, I changed the pause(10e-120) to drawnow. Thanks for that tip, there is always something to learn.

1.3.0.0

I believe I fixed the bug mentioned in the comments, please contact me if any problems are encountered.

1.2.0.0

Fixed problem of comparability with existing MATLAB's waitbar.m.

1.0.0.0