zplane
R2026bPole-zero plot for discrete-time systems
Syntax
Description
zplane(
plots the zeros and poles of discrete-time systems in the current figure window.
Specify the zeros in a column vector z,p)z and the poles in a
column vector p. The symbol 'o'
represents a zero and the symbol 'x' represents a pole. The
plot includes the unit circle for reference.
If z and p are matrices, then
zplane treats each column as a separate set of
poles and zeros, and plots each set in a different color.
zplane( finds and plots the
zeros and poles of the digital filter represented as Cascaded Transfer Functions (CTF) with
numerator coefficients B,A,"ctf")B and denominator coefficients
A. (since R2024b)
Note
Specify the "ctf" option to disambiguate CTF
numerator and denominator matrices B,A from
multiple sets of poles and zeros
z,p.
Examples
Input Arguments
Output Arguments
Tips
You can override the automatic scaling of
zplaneusingaxis([xmin xmax ymin ymax])
after calling
zplane. This scaling is useful when one or more zeros or poles have such a large magnitude that the others are grouped tightly around the origin and are hard to distinguish.




