How to position two figures on one app-designer gridlayout position?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Adam
le 10 Fév 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.
Réponses (1)
Hiro Yoshino
le 10 Fév 2020
app.UIAxes.Visible = 'off';
Try this. It worked with my app where a push botton call this line so it can disappear.
Voir également
Catégories
En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!