Borrar filtros
Borrar filtros

how to get status of matlab.?

3 visualizaciones (últimos 30 días)
Lalit Patil
Lalit Patil el 23 de Feb. de 2013
Respondida: Ali Abed el 9 de Oct. de 2017
how to get the status of matlab whether it is busy or not..?
I have one master GUI and it contains sub 4 gui's. I am running all gui's one after another, but i want to make such that if any one gui is working my master gui shold show busy..
So, how to get status of MATLAB that it is busy.?

Respuestas (3)

Wayne King
Wayne King el 23 de Feb. de 2013
waitbar() is certainly an option. Please see Loren's blog here:

Jan
Jan el 24 de Feb. de 2013
Let the sub-GUI set a flag in the main GUI's UserData or ApplicationData, when they start, and clear it, when the processing is ready.

Ali Abed
Ali Abed el 9 de Oct. de 2017
status — Download status

Categorías

Más información sobre Dialog Boxes en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by