Managing multiple figures in a GUI
Mostra commenti meno recenti
I have 2 figures in a GUI and I want to have one of them (smaller one) always on top of the other one (larger one) even when the larger one is the active figure. How can I achieve that?
Note: I don't want to have the smaller figure as a 'modal' since I am actively interacting with the larger one.
2 Commenti
Oleg Komarov
il 24 Mag 2012
Why don't you embed what the small active figure does in the big one?
Eduardo Nigro
il 25 Mag 2012
Risposta accettata
Più risposte (1)
Stephen
il 24 Mag 2012
0 voti
just don't make the large on active and change stuff on it using its handle and set()
1 Commento
Eduardo Nigro
il 25 Mag 2012
Categorie
Scopri di più su Desktop in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!