iopzmap
Plot pole-zero map for input-output pairs of dynamic system using default options
Description
iopzmap(
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.
For model arrays, iopzmap
plots the poles and zeros of each model
in the array on the same diagram.
Examples
Input Arguments
Tips
For additional options for customizing the appearance of the pole-zero plot, use
iopzplot
.Plots created using
iopzmap
do 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 anewline
character.iopzmap(sys) title("first line" + newline + "second line");