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

    %% Inverse Secant of Vector  

%%  
x = [10 1 Inf];
y = asecd(x) 

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