How to display more than one figure simultaneously in the GUI figure

4 views (last 30 days)
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

Answers (1)

Image Analyst
Image Analyst on 20 Dec 2012
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.

Categories

Find more on Interactive Control and Callbacks 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!