csc

csc(X) computes cosecant for each element of X.

Examples

> x = (0:0.05:pi)'

[x:63x1 double]

> plot([-x x], [csc(-x) csc(x)], struct('colors', {'blue'}))

[ans:1x1 struct]

Resources

See also

acscd | acsch | cscd | csch