acsch
acsch(X) returns the inverse hyperbolic cosecant for each element of X.
Examples
> x = (1:0.2:10)'
[x:46x1 double]
> plot([-x x], [acsch(-x) acsch(x)], struct('colors', {'blue'}))
[ans:1x1 struct]
> x = (1:0.2:10)'
[x:46x1 double]
> plot([-x x], [acsch(-x) acsch(x)], struct('colors', {'blue'}))
[ans:1x1 struct]