Sine function
l 
l  t = 0:pi/50:10*pi
I = sin(t)
subplot(221)
plot(t,I)
lImage(I) ???
l
lsubplot(222)
image(64*(I+1)/2)
colormap gray
l