//Example 1.39a //Sketch the signal x(t)=u(t) clc; t=0:1/100:10 x=ones(length(t),1); plot(t,x);plot(t,x);