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