Main Content
getoptions
Get options for idplot
and
spectrumplot
Description
returns the options for the plot associated with plot handle opts
= getoptions(h
)h
.
You can use
opts
when creating new plots of the same type ash
.To customize an existing plot, you can modify
opts
and then use the resulting options object withsetoptions
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012a