Progressbar
by Dirk Poot
06 Sep 2007
(Updated 06 Sep 2007)
Progress indicator, multiple levels possible, easier to use and much more versatile than the buitin
|
Watch this File
|
| File Information |
| Description |
Key features:
- multiple levels possible,
- indicates the time remaining (with uncertainty estimate)
- Can show a 'debug' button, to interrupt the computations and go to the MATLAB debugging environment
- can take any start/end value, not only the waitbar default range of 0 to 1
Example usage:
progressbar('start',10,'A progressbar demonstration','EstTimeLeft','on');
for k=1:10;
pause(1);
progressbar(k);
end;
progressbar('ready');
See help progressbar for all options. |
| MATLAB release |
MATLAB 7.2 (R2006a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (4) |
| 07 Sep 2007 |
Marcelo Perlin
|
|
|
| 12 Sep 2007 |
Peter Giles
|
|
|
| 28 Nov 2007 |
Stig S
|
|
|
| 01 Dec 2009 |
Ben Jeurissen
|
|
|
|
Contact us at files@mathworks.com