How to put an axes into the foreground layer in GUI (made by GUIDE)?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
Walter Roberson
am 10 Mai 2018
uistack() works on axes.
13 Kommentare
Walter Roberson
am 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.
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!