Merge branch 'master' into images
[4yp.git] / plota.m
1 function plota(x)
2   plot(abs(x(1:100)))
3 end