asind
Returns the inverse sine (in degrees) for each element of the argument.
Syntax
R = asind(a)
Inputs
- x
 - Dimension: scalar | vector | matrix
 
Outputs
- R
 - The angle result (in degrees).
 
Examples
R = asind(sqrt(3)/2)R = 60R = asind([0, sqrt(3)/2; 0.5, sqrt(2)/2])R = [Matrix] 2 x 2
  0.00000  60.00000
  30.00000  45.00000