x = linspace(0:pi/30:pi/3)
y  = sin(x)+rand(size(x))/100
plot(x,y,'0')

Strang-5.2-2 (last edited 2010-12-18 08:25:05 by harsha)