How to display more than one figure simultaneously in the GUI figure
4 次查看(过去 30 天)
显示 更早的评论
I am working on a project. I have my main GUI figure (created with GUIDE) With a push button press, i displayed another different figure(say figure 2) in the main GUI. Thereafter, whenever and wherever i click the mouse on the main GUI; that displayed figure (figure 2) is getting minimized and going to the task bar. Can any one help in finding the ways to keep the displayed figure (figure 2) as it is visible on the main GUI; till the close button on the figure 2 window is pressed. Thank u Charan
回答(1 个)
Image Analyst
2012-12-20
Just put both axes on the same figure. You can make your figure as large as the screen if you want. This will be much simpler because you can then just refer to the two axes like handles.axes1 and handles.axes2.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!