Main Content
setoptions
Set options for idplot
and
spectrumplot
Description
setoptions(
specifies one or more
plot options using name-value arguments. For example,
h
,Name=Value)setoptions(sp,FreqUnits='rad/s')
sets the frequency units of spectrum
plot sp
to radians per second.
To see the supported options for a specific plot type, see the corresponding options
page indicated in opts
.
Examples
Input Arguments
Version History
Introduced in R2012a