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

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

%%  
z = [180+i 15+2i 10+3i];
y = tand(z)