Status / progress indicator
by Marcel Leutenegger
23 Sep 2004
(Updated 18 Jan 2007)
A simple progress bar indicating the current status, the elapsed time and the remaining time.
|
Watch this File
|
| File Information |
| Description |
Statusbar is a simple GUI to display the progress of a lengthy computation. It displays the current state and the elapsed time as well as the estimated time to finish.
On confirmation, the user can interrupt the computation by closing the window. At every update, the application program is signaled if it should stop or continue.
Statusbar minimizes processor load by updating only if either the elapsed time or the progress changed (i.e. at most once per second or 0.4% advance). |
| Acknowledgements |
This submission has inspired the following:
statusbar3, statusbar2, Wavelet Subband coding for speaker recognition
|
| MATLAB release |
MATLAB 6.0 (R12)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (9) |
| 28 Sep 2004 |
reaz reaz
|
|
|
| 05 Oct 2004 |
Azaria Bialik
|
|
|
| 14 Dec 2005 |
Marek Wójcikowski
|
|
|
| 02 Feb 2006 |
M R
|
|
|
| 31 Mar 2006 |
Niko Vloeberghs
|
|
|
| 27 Jun 2006 |
Wolfgang Putschögl
|
|
|
| 29 Apr 2007 |
Sean M
|
|
|
| 04 Dec 2007 |
John Henkel
|
|
|
| 17 Jul 2011 |
Ali Awalehh
|
|
|
| Updates |
| 19 Jul 2006 |
Substituted CPUTIME by NOW for compatibility with MATLAB 7.x. |
| 18 Jan 2007 |
Added a switch to show/hide all or a specific status bar. A hidden status bar does consume even less processing time because no redraw is needed. Also useful to hide client status bars in nested processing routines. |
|
Contact us at files@mathworks.com