Navigation: Language Reference > Functions > Trigonometric >
Y = arccos(X);
Returns the arccosine of the elements of X.
b = sin(time);
a = arccos(b);
X = [0.5*sin(time);0.75*sin(time)];
Y and X must have the same size. The elements of X must be in the range [-1 ,1].