Added technical milestone report and changes to 1st presentation
[4yp.git] / plotr.m
CommitLineData
f9a73e9e
AIL
1function plotr(x)
2 plot(real(x(1:100)))
3end