How to put an axes into the foreground layer in GUI (made by GUIDE)?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a GUI with several axes defined. When running the program I would like to select an axes and enlarge or move it inside the figure window. I can do it with the selection tool. However the layer position of individual axes depend on the order defined in the GUIDE, when I was designing the figure window. I cannot change it when the program is running. So the axes is enlarged behind another axes, and therefore they are not visible properly.
How to put axes into foreground when I am running the program?
0 commentaires
Réponses (2)
Walter Roberson
le 10 Mai 2018
uistack() works on axes.
13 commentaires
Walter Roberson
le 16 Mai 2018
I do not know at the moment if you can resize objects in App Designer. The question at hand is whether you can use plotedit with App Designer, as you are locked into using plotedit in your workflow.
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps 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!