pzoptions
Options for pole-zero plots
Description
Use the pzoptions
command to create a
PZOptions
object to customize the appearance of pole-zero plots. Use this
object to customize the appearance of plots created using pzplot
, iopzplot
, or rlocusplot
(Control System Toolbox) and override the plot preferences
for the MATLAB® session in which you create the pole-zero plot.
The options you specify for a PZOptions
object correspond to properties
of the PZPlot
(Control System Toolbox), IOPZPlot
(Control System Toolbox), or
RLocusPlot
(Control System Toolbox) chart
object.
Creation
Description
returns a default
set of plot options for use with plotoptions
= pzoptionspzplot
, iopzplot
, and rlocusplot
(Control System Toolbox). You can use these options to
customize the pole-zero plot appearance using the command line. This syntax is useful when
you want to write a script to generate plots that look the same regardless of the
preference settings of the MATLAB session in which you run the script.
initializes
the plot options with the options you selected in the Control System Toolbox™ and System Identification Toolbox™ preferences editor. For more information about the editor, see Specify Toolbox Preferences for Linear Analysis Plots. This syntax is useful when you
want to change a few plot options but otherwise use your default preferences. A script
that uses this syntax can generate results that look different when run in a session with
different preferences.plotoptions
= pzoptions("cstprefs")
Properties
Object Functions
Examples
Version History
Introduced in R2012a