Reputation: 11
I have a GUI in MATLAB with two axes with handles respectively:
handles.axis1
handles.axis2
I want to save the contents of one of the two axes (i.e. handles.axis2) in an external MATLAB Figure File Format (.fig).
I want a .fig file so export_fig is not the solution of my problem.
Any suggestion?
Upvotes: 0
Views: 3382