how to save the axes

hai , i create the gui and plot on the axes. How i can save the graphic object in gui ?

2 Comments

Jan
Jan on 23 Mar 2012
Do you want to save the contents of an AXES to a graphics file?
Yes, something like saves(handles.axes1)

Sign in to comment.

 Accepted Answer

Image Analyst
Image Analyst on 31 Mar 2013

0 votes

3 Comments

but the export_fig()save all the fig but not the object of axes , for example only the plotting of surface in axes.I only want to save the plot object.
My recollection is that you can pass export_fig an axes handle.
thank you

Sign in to comment.

More Answers (0)

Categories

Find more on Creating, Deleting, and Querying Graphics Objects 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!