asin

asin(X) returns the inverse sine, expressed in radians, for each element of X.

Examples

> x = -1:0.03:1

[x:1x67 double]

> plot(x, asin(x))

[ans:1x1 struct]

Resources

See also

asind | sin | sind