I have a waitbar running ,it doesnot close automatically,now i dontwant that waitbar to run,can u tell how to process please

 Respuesta aceptada

Walter Roberson
Walter Roberson el 1 de Nov. de 2011

0 votos

If you have a waitbar that you are finished with, close() its handle. The handle can be returned when you first create the waitbar:
h = waitbar(x,'message');
then you would close(h) when you are done with it.

Más respuestas (1)

Bjorn Gustavsson
Bjorn Gustavsson el 1 de Nov. de 2011

0 votos

If you don't want it to run period, just edit the function that creates it and comment out all instances of waitbar. If you want to fancify it make the waitbar optional.

Categorías

Etiquetas

Preguntada:

FIR
el 1 de Nov. de 2011

Comentada:

el 25 de Sept. de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by