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

    %% Secant of vector of complex angles, specified in degrees  

%%  
z = [35+i 15+2i 10+3i];
y = secd(z)