| Control System Toolbox™ | ![]() |
iopzmap(sys)
iopzmap(sys1,sys2,...)
iopzmap(sys) computes and plots the poles and zeros of each input/output pair of the LTI 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 LTI 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 arrays sys of LTI models, iopzmap plots the poles and zeros o each model in the array on the same diagram.
Create a one-input, two-output system and plot pole-zero maps for I/O pairs.
H = [tf(-5 ,[1 -1]); tf([1 -5 6],[1 1 0])]; iopzmap(H)

pzmap, pole, zero, sgrid, zgrid, ltimodels
![]() | inv | iopzplot | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |