www.pudn.com > controlsystem.ZIP > EX3002.M
% Example 3.2
%
a=[-2.8 -1.4 0 0;1.4 0 0 0;-1.8 -0.3 -1.4 -0.6;0 0 0.6 0];
b=[1;0;1;0];
c=[0,0,0,1];d=[0];
[num,den]=ss2tf(a,b,c,d)
[z,p,k]=ss2zp(a,b,c,d)
pzmap(p,z)
title('Pole-Zero Map')