iopzplot
Plot pole-zero map for input-output pairs of dynamic system
Syntax
Description
The iopzplot function plots the pole-zero map for
input-output pairs of a dynamic system model. To customize the plot, you can return an IOPZPlot
object and modify it using dot notation. For more information, see Customize Linear Analysis Plots at Command Line.
To obtain pole and zero locations, use the iopzmap function.
iopzplot( plots the poles and zeros of
each input/output pair of the dynamic system model sys)sys. In the plot,
x and o represent poles and zeros,
respectively.
iopzplot(___, plots
the poles and zeros with the plotting options specified in
plotoptions)plotoptions. Settings you specify in
plotoptions override the plotting preferences for the current
MATLAB® session. You can use plotoptions with any of the input
argument combinations in previous syntaxes.
iopzplot(___, specifies
response properties using one or more name-value arguments. For example,
Name=Value)iopzplot(sys,MarkerSize=10) sets the pole and zero marker sizes to
10. (since R2026a)
When plotting responses for multiple systems, the specified name-value arguments apply to all responses.
The Color name-value argument overrides specified using the
ColorSpec argument.
iopzplot( plots the
poles and zeros in the specified parent graphics container, such as a
parent,___)Figure or TiledChartLayout, and sets the
Parent property. Use this syntax when you want to create a plot in
a specified open figure or when creating apps in App Designer.
plots the
plots and zeros and returns the corresponding chart object. To customize the appearance
and behavior of the response plot, modify the chart object properties using dot
notation.iopzp = iopzplot(___)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Tips
Plots created using
iopzplotdo not support multiline titles or labels specified as string arrays or cell arrays of character vectors. To specify multiline titles and labels, use a single string with anewlinecharacter.iopzplot(sys) title("first line" + newline + "second line");
Version History
Introduced before R2006aSee Also
iopzmap | pzplot | addResponse | showConfidence (System Identification Toolbox)



