For example, the following is broken: ``` phi = linspace(0,2*pi,201); x = real( exp(-1i*phi) ); y = imag( exp(-1i*phi) ); hl = plot( x, y ); addArrowhead(hl,1); addArrowhead(hl,'end'); ```
For example, the following is broken: