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