savefig
Save figure and contents to FIG-file
Description
Examples
Input Arguments
Tips
You must use MATLAB to open files saved using
savefig
. To open the file, pass the file name to the functionopenfig
oropen
. For example,opens the file,openfig('ExampleFile.fig')
ExampleFile.fig
, in MATLAB.savefig
saves the full MATLAB figure. To save only part of a figure, such as an axes, or to save handles in addition to the data, use thesave
function to create a MAT-file.
Version History
Introduced in R2013b