Working Kerr effect; PDM; speedups; removed unused files
[4yp.git] / plotp.m
1 function plotp(x)
2   if length(x) > 100
3     plot(angle(x(1:100)))
4   else
5     plot(angle(x(1:end)))
6   end
7 end