How to add a wait bar while waiting for other function ?

  • Follow


I would like to know how can I add a waitbar for the GUI while waiting
for some function.
for example :

other code...
<some function> --<---- I want to add some wait bar to this place
while waiting for this function to return .

How can I do that?

Thanks

0
Reply Eizo2 3/19/2011 12:11:40 AM

On 3/18/2011 5:11 PM, Eizo2 wrote:
> I would like to know how can I add a waitbar for the GUI while waiting
> for some function.
> for example :
>
> other code...
> <some function>  --<---- I want to add some wait bar to this place
> while waiting for this function to return .
>
> How can I do that?
>
> Thanks
>

google  "matlab waitbar"

first link came up is:

http://www.mathworks.com/help/techdoc/ref/waitbar.html

second link

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

third link

http://blogs.mathworks.com/loren/2007/08/01/monitoring-progress-of-a-calculation/


Google is a search engine, its URL is http://www.google.com

--Nasser
0
Reply Nasser 3/19/2011 1:13:43 AM


1 Replies
477 Views

(page loaded in 7.2 seconds)

Similiar Articles:













7/26/2012 5:34:09 AM


Reply: