Plot pole-zero map for I/O pairs of model
iopzmap(sys)
iopzmap(sys1,sys2,...)
iopzmap(sys)
computes and plots the poles
and zeros of each input/output pair of the dynamic system model sys
.
The poles are plotted as x's and the zeros are plotted as o's.
iopzmap(sys1,sys2,...)
shows the poles
and zeros of multiple models sys1
,sys2
,...
on a single plot. You can specify distinctive colors for each model,
as in iopzmap(sys1,'r',sys2,'y',sys3,'g')
.
The functions sgrid
or zgrid
can be used
to plot lines of constant damping ratio and natural frequency in the s or z plane.
For model arrays, iopzmap
plots the poles
and zeros of each model in the array on the same diagram.
For additional options for customizing the appearance of the
pole-zero plot, use iopzplot
.