Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

about figure is control

3 visualizaciones (últimos 30 días)
Pan
Pan el 6 de Ag. de 2012
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I want to ask the question. If I have first figure that has a button that can out of the second figure, but now I must close the first figure,staying the second figure.
Always two figure must have up and down the page.

Respuestas (1)

Matt Kindig
Matt Kindig el 6 de Ag. de 2012
Hi Pan,
It is not really clear in your question what behavior you want. Are you saying that you have two figures, Figure1 and Figure2, where Figure1 contains a button (technically a uicontrol) that closes Figure2? Now you want that button to close Figure1, but keep Figure2 open?
If so, simply modify the callback for that button to close() the handle to Figure1, rather than the handle to Figure2.
I'm not sure what the second paragraph "Always two figure must have up and down the page" means? Can you clarify?
  2 comentarios
Pan
Pan el 6 de Ag. de 2012
but I don't how to write the code.
Pan
Pan el 6 de Ag. de 2012
Hi, I know how to do ,thank you

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by