|
Hello all,
Not sure if this is possible, but I was wondering if I can change what the save button does in the top of a plot figure (GUI). My parent function displays different plots in separate figure windows depending on USER inputs. It seems that MATLAB automatically assigns a menu bar to each plot. So, when you click 'Save' it saves the figure as a .fig file. I need to save it as a .spc, which requires another function to convert the image data into this filetype. Right now I just added a note and a 'Save spectra as .spc' pushbutton that executes the function that converts the image to .spc. It works, its just not the most user-friendly in my opinion. I'm using guide, which may be the problem? Any quick uicontrol fixes for this minor dilemna?
Thanks
Maxx
|