Adding a pushbutton to new figure in MATLAB
The app below allows me to open a figure with a push button. When I click on the push button, the callback generates a new figure with an imagesc plot on it. I’d like to be able to add another button to the imagesc figure so that I can have a callback that will allow me to save the plot as a png.