2.4 Plot Unit Step Response of The Closed Lopp Transfer Function For T 0 To T 2 Sec in Steps of 0.005 Sec. The Transfer Function Is Given As
2.4 Plot Unit Step Response of The Closed Lopp Transfer Function For T 0 To T 2 Sec in Steps of 0.005 Sec. The Transfer Function Is Given As
>> n= [32]
n=
32 >> d= [1 3 36]
d=
36
>> G= tf(n,d) G=
32 -------------s^2 + 3 s + 36
>> step(G,t)
2.5 Obtain a plot of the ramp response of the system whose transfer function is shown below:
>> n= [3 2] n=
>> d= [2 4 5 1]
d=
>> G= tf(n,d)
G=
>> ramp(G) Undefined function 'ramp' for input arguments of type 'tf'.