Code covered by the BSD License  

Highlights from
progress

4.5

4.5 | 2 ratings Rate this file 1 Download (last 30 days) File Size: 1.52 KB File ID: #8564
image thumbnail

progress

by M MA

 

27 Sep 2005 (Updated 27 Sep 2005)

Text progress bar.

| Watch this File

File Information
Description

Similar to waitbar but without the figure display

In the screenshot was used the script test.m:

n = 20;
c=progress('init');
for i=1:n
  c=progress(c,i/n);
  pause(1)
end

Acknowledgements
This submission has inspired the following:
Another text Waitbar
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 (2)
03 Oct 2005 Yuri K

Oh, I love it! Thanks a lot!

26 Oct 2006 Matteo Masi

Very cute! ^_^

Note: if you don't use the ";" at the end of statement, you get something weird: the bar will be wrapped.

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
progress M MA 22 Oct 2008 08:00:49
bar M MA 22 Oct 2008 08:00:49
text M MA 22 Oct 2008 08:00:49
wait bar M MA 22 Oct 2008 08:00:49
utilities M MA 22 Oct 2008 08:00:49

Contact us at files@mathworks.com