www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/CotangentofcomplexanglespecifiedindegreesExample.m

    %% Cotangent of complex angle, specified in degrees  

%%  
x = 35+5i;
y = cotd(x)