function pd=angled(h) %ANGLED: Returns the phase angles in degrees of a matrix with complex elements % Usage: deg=angled(h) % h = complex matrix % deg = angle in math convention (degrees counterclockwise from "east") pd=angle(h)*180/pi;