Borrar filtros
Borrar filtros

Is there a function to look for the children and their property of an existing figure?

4 visualizaciones (últimos 30 días)
Is there a function to look for the children and their property of an existing figure?

Respuesta aceptada

Walter Roberson
Walter Roberson el 22 de Feb. de 2013
Yes, findobj().
You already knew that from your previous question, http://www.mathworks.co.uk/matlabcentral/answers/64487-how-to-get-the-object-handle, which is still active and is waiting for you to clarify your question.
  2 comentarios
QiQin Zhan
QiQin Zhan el 22 de Feb. de 2013
Well, I'm sorry that I haven't expressed my meaning clearly. What I want to know is whether there is a function to display the children of an existing figure.Thanks for your answer!
Walter Roberson
Walter Roberson el 22 de Feb. de 2013
"display" is ambiguous. And "children" can also be.
get(FigureHandle, 'Children') %if you want the immediate non-hidden children
findobj(FigureHandle) %visible handles at all levels
findall(FigureHandles) %visible and invisible handles at all levesl

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Graphics Object Programming 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