element wise cosine inverse, result in degree.
t=acosd(x)
:x Real or complex vector or matrix. : :t Real or complex vector or matrix. :
The components of t are cosine inverse, in degree, of the corresponding entries of x (t=acos(x)*180/%pi). For real data in [-1, 1], the results are real in [0 180].
x=[-1 0 1 `sqrt`_(2)/2 -`sqrt`_(2)/2 `sqrt`_(3)/2 -`sqrt`_(3)/2];
acosd(x)