how to get status of matlab.?

2 次查看(过去 30 天)
Lalit Patil
Lalit Patil 2013-2-23
回答: Ali Abed 2017-10-9
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.?

回答(3 个)

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

Jan
Jan 2013-2-24
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 2017-10-9
status — Download status

类别

Help CenterFile Exchange 中查找有关 Dialog Boxes 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by