Managing multiple figures in a GUI
Show older comments
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 Comments
Oleg Komarov
on 24 May 2012
Why don't you embed what the small active figure does in the big one?
Eduardo Nigro
on 25 May 2012
Accepted Answer
More Answers (1)
Stephen
on 24 May 2012
0 votes
just don't make the large on active and change stuff on it using its handle and set()
1 Comment
Eduardo Nigro
on 25 May 2012
Categories
Find more on Desktop in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!