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!