Section: Mathematical Functions
asin
). The syntax for its use is
y = asind(x)
sqrt(2)/2
should be 45 degrees:
--> asind(sqrt(2)/2) ans = <double> - size: [1 1] 45.00000000000001
and the inverse sine of 0.5
should be 30 degrees:
--> asind(0.5) ans = <double> - size: [1 1] 30.000000000000004