wdisp: a pedestrian command window waitbar
by us
28 Feb 2002
(Updated 19 May 2003)
Creates a waitbar-like display in the command window.
|
Watch this File
|
| File Information |
| Description |
Creates the equivalent of WAITBAR in the command window.
See:
help wdisp
for a self-explanatory example - or type:
t='-\|/';
for i=1:40
tl=wdisp( 0,sprintf('time %c %s',t(rem(i,4)+1),datestr(now)));
% do some computation(s)
tl=wdisp(tl,sprintf('count %3d %s',i,repmat('.',1,i)));
% do more computation(s)
pause(.1);
tl=wdisp(tl);
end |
| MATLAB release |
MATLAB 5.2 (R10)
|
| Other requirements |
tested on w2k.sp2/wxp.sp1 |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (9) |
| 26 Jun 2007 |
Lava Klaublauer
|
|
|
| 29 Jun 2007 |
zeus matlab heavens
|
|
|
| 24 Nov 2007 |
Chi Chi
|
|
|
| 06 Dec 2007 |
Swathi krishna Burra
|
|
|
| 07 Dec 2007 |
The Boss
|
|
|
| 19 Jan 2008 |
I will resist
|
|
|
| 14 Mar 2008 |
Burra Burra
|
|
|
| 14 Mar 2008 |
Burra Burra
|
|
|
| 14 Apr 2008 |
Burra Burra
|
|
|
| Updates |
| 15 Apr 2002 |
add <help> entry:
input must be a STRING |
| 15 Apr 2002 |
corrected incomplete update |
| 09 Dec 2002 |
slightly changed example in <description> |
| 19 May 2003 |
enhanced help |
|
Contact us at files@mathworks.com