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

    %% Inverse Cosecant of Vector  

%%  
x = [20 10 Inf];
y = acscd(x) 

%%
% The |acscd| operation is element-wise when you pass a vector, matrix,
% or N-D array.