You are on page 1of 1

Lawrence Technological University

Automotive Control Systems


EXAMPLE 5

(%) =

Matlab Code
%% Example 5
zeta = 0.6;
wn = 5;
num = [wn^2];
den = [1 2*zeta*wn 0];
plant = tf(num,den);
H = tf([1],[1]);
sys = feedback(plant,H);
figure()
step(sys)

= .

= .

(%) =

= .

= . %

You might also like