From: Oluwa KuIse on
Hello,
I want to put a progress bar and time display on my plot using codes and not manually through the GUI. How do I do this?
From: Walter Roberson on
Oluwa KuIse wrote:

> I want to put a progress bar and time display on my plot using codes and
> not manually through the GUI. How do I do this?

See waitbar()
From: Oluwa KuIse on
Thanks Walter, that helps. How do I display the time along with it?
From: someone on
"Oluwa KuIse" <wespeakforex(a)yahoo.com> wrote in message <hu90is$j1d$1(a)fred.mathworks.com>...
> Thanks Walter, that helps. How do I display the time along with it?

%You can download and try this waitbar from the MATLAB FEX at:

<<http://www.mathworks.com/matlabcentral/fileexchange/22161-waitbar-with-time-estimation>>

% Disclaimer: I don't know if those are the times you are looking for.