5 figure 6 ezplot(h,[-10,10]) 7 title('h=ilaplace(W./s)') 8 grid on 9 figure 10 ezplot(Wt,[-10,10]) 11 title('Wt=ilaplace(W)') 12 grid on s = tf('s'); W=exp(-10*s)/(s+1) 42