|
|
| File Information |
| Description |
This implementation of progressbar is intended to be extremely simple to use while providing a high quality user experience.
Features:
- Can add progressbar to existing m-files with a single line of code.
- The figure closes automatically when the task is complete.
- Only one progressbar can exist so old figures don't clutter the desktop.
- Remaining time estimate is accurate even if the figure gets closed.
- Minimal execution time. Won't slow down code.
- Random color and position options. When a programmer gets bored....
Demo:
n = 1000;
progressbar % Create figure and set starting time
for i = 1:n
pause(0.01) % Do something important
progressbar(i/n) % Update figure
end |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
progbar
This submission has inspired the following:
txtprogressbar, WORKBAR, Movie Editor
|
| 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 (22) |
| 16 Feb 2005 |
Alan Brooks
|
|
|
| 17 Feb 2005 |
jiro d
|
|
|
| 22 Feb 2005 |
Antoni Josep Canós Marín
|
|
|
| 11 Mar 2005 |
Tim Faughn
|
|
|
| 05 Apr 2005 |
Ryan Scheppele
|
|
|
| 15 Jun 2005 |
Fred Plourde
|
|
|
| 19 Aug 2005 |
Jean-Vincent LE LAN
|
|
|
| 15 Sep 2005 |
Michal Mackiewicz
|
|
|
| 27 Sep 2005 |
Wolfgang Garn
|
|
|
| 06 Oct 2005 |
Liz Leibman
|
|
|
| 11 Nov 2005 |
Wolfgang Garn
|
|
|
| 06 Dec 2005 |
Bharat Rangan
|
|
|
| 05 Jan 2006 |
Suhas Gajre
|
|
|
| 11 Feb 2006 |
Tom Nagel
|
|
|
| 27 Apr 2006 |
Dave Douglas
|
|
|
| 02 Jul 2006 |
Luis Aponte
|
|
|
| 07 Aug 2006 |
Quintin Coetzee
|
|
|
| 23 Mar 2007 |
A L P
|
|
|
| 13 Dec 2007 |
Quan Quach
|
|
|
| 19 Apr 2008 |
Abel Brown
|
|
|
| 25 Jun 2008 |
Khaledov Kh
|
|
|
| 27 Aug 2008 |
jongchul kim
|
|
|
|
MATLAB Central Terms of Use
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.
Contact us at files@mathworks.com