Added presentation; DE-QPSK; CD with FFT; split-step Fourier
[4yp.git] / unplot.m
1 function unplot()
2   a = get(gca, 'children');
3   delete(a(1));
4 end