Would someone try this on matlab and show me the plots, please. s=tf('s')T=.1sys=1/(s*s*(s+1))out2=c2d(sys,T,"impulse")figure(1)impulse(sys) % should be the continuous time plotfigure(2)impulse(out) % should be the discrete time plot
Figure1.png Description: PNG image
Figure2.png Description: PNG image