x = 0:pi/100:2*pi;
y = sin(x);
y2 = sin(x-0.25);
y3 = sin(x-0.5);
plot (x,y,x,y2,x,y3)
saveas (gcf,'ppp.eps','psc2')
quit

consult group
Last modified: Wed Feb 17 14:28:52 MST 1999