clear allclc;syms t;f = sin(t)/t;x =0:10/1000:10;for i =1:length(x); y(i) =int(sin(t)/t,t,0,x(i));endplot(x,y);y1 = int(sin(t)/t,t,0,4.5)