Added images from previous 2 weeks
[4yp.git] / plotr.m
1 function plotr(x)
2   plot(real(x(1:100)))
3 end