How to position two figures on one app-designer gridlayout position?

6 visualizaciones (últimos 30 días)
Leon
Leon el 9 de Feb. de 2020
Editada: Adam el 10 de Feb. de 2020
I need to overlay two figures on one app-designer gridlayout position. The two figures need to be one on top of the other, with the top figure's axles invisible.
Is it even possible?
  1 comentario
Adam
Adam el 10 de Feb. de 2020
I'm pretty sure you can't have a figure parented by another figure, even with uifigures. You can have multiple axes, but if that is what you mean please try to give more precise details and terminology.

Iniciar sesión para comentar.

Respuestas (1)

Hiro Yoshino
Hiro Yoshino el 10 de Feb. de 2020
app.UIAxes.Visible = 'off';
Try this. It worked with my app where a push botton call this line so it can disappear.
  1 comentario
Leon
Leon el 10 de Feb. de 2020
Many thanks. Sorry for not being clear. What I'm trying to figure out is how to initialize two figures on one gridlayout position.

Iniciar sesión para comentar.

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by