You are on page 1of 2

1

CODE:
S=poly(0,'s)
sysG-syslin('c, 10/(s^2(2*sqrt(3)/5)*s+12))
t=0:0.1:10;
yl=csim('step,t.sysG);
plot(t.y 1):
sysG=syslin(c,10/(s^2+(16*sqrt(16)/5)*s+12)
t=0:0.1:10;
y2=¢sim (step.L.sysG)
plot(t.y2,"r");

OUTPUT:

0-
AA
2-

You might also like