arcsin

Navigation:  Language Reference > Functions > Trigonometric >

arcsin

Previous pageReturn to chapter overviewNext page

Syntax

Y = arcsin(X);

Description

Returns the arcsine of the elements of X.

Examples

b = cos(time);

a = arcsin(b);

X = [0.5*cos(time);0.75*cos(time)];

Y = arcsin(X);

Limitations

Y and X must have the same size. The elements of X must be in the range [-1 ,1].

 

Arcsin