creating a pushbutton which allows the figure in my GUI to open in a new window
3 views (last 30 days)
Show older comments
I have created a push button, now i would like this to open the figure on my GUI to open in a new window. what code would i need to input into the gui code
0 Comments
Answers (1)
Stalin Samuel
on 31 Aug 2016
Under the pushbutton callback use the command 'figure'. This will open a new window
0 Comments
See Also
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!