Clear Filters
Clear Filters

creating a pushbutton which allows the figure in my GUI to open in a new window

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

Answers (1)

Stalin Samuel
Stalin Samuel on 31 Aug 2016
Under the pushbutton callback use the command 'figure'. This will open a new window

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!