|
|
| 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
|
|
|
| 26 Oct 2006 |
Matteo Masi
|
|
|
|
Contact us at files@mathworks.com