No BSD License  

Highlights from
Progressbar

4.0

4.0 | 4 ratings Rate this file 1 Download (last 30 days) File Size: 25.17 KB File ID: #16265

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

Nice!

12 Sep 2007 Peter Giles

It works beautifully. I did not give an 'excellent' grade only because of the high number of M-lint warnings (almost all of which can be trivially fixed) and the extremely high complexity.

28 Nov 2007 Stig S

Poor documentation, far from Matlab style and quality. Difficult to use. Better multiple waitbars are available om the file exchange.

01 Dec 2009 Ben Jeurissen

By far the most advanced Matlab progressbar I have seen thus far.

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
gui tools Dirk Poot 22 Oct 2008 09:25:57
example Dirk Poot 22 Oct 2008 09:25:57
progressbar waitbar replacement Dirk Poot 22 Oct 2008 09:25:57

Contact us at files@mathworks.com