Managing multiple figures in a GUI
显示 更早的评论
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 个评论
Oleg Komarov
2012-5-24
Why don't you embed what the small active figure does in the big one?
Eduardo Nigro
2012-5-25
采纳的回答
更多回答(1 个)
Stephen
2012-5-24
0 个投票
just don't make the large on active and change stuff on it using its handle and set()
类别
在 帮助中心 和 File Exchange 中查找有关 Desktop 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!