You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
A smarter version of the built-in functions tic and toc, made for iterative/loop computations.
Using it is just as simple:
etimer = elapsedtimer;
(then after each step)
steptimer(etimer);
After each step, prints out something like:
Elapsed time: 00:01:54 Time per step: 00:00:10 Time remaining: 00:00:25
To display time remaining, it needs to know the number of steps in the computation.
You can also set it to only print out every nth step, for example every 1000 steps.
Cite As
Matt Caywood (2026). Elapsed Timer (print elapsed time) (https://www.mathworks.com/matlabcentral/fileexchange/28247-elapsed-timer-print-elapsed-time), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0.0 (1.71 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
