You are on page 1of 1

>>

>>
>>
>>

syms s
num=[2];
den=[1 3];
GP1=tf(num,den)

Transfer function:
2
----s + 3
>>
>>
>>
>>
>>
>>
>>

pzmap(GP1)
step(GP1)
num1=[9];
den1=[1 6 9];
GP2=tf(num1,den1)

Transfer function:
9
------------s^2 + 6 s + 9
>> pzmap(GP2)
>> pzmap(GP2)
>>
>> step(GP2)

You might also like