Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Num=[5 100];

Den=[0.8 10 29 84 101];
sys=tf(Num,Den);
step(sys,0:0.1:10);
[r,p,c]=residue(Num,Den);

You might also like