sind
Returns the sine for each element of the argument (in degrees).
Syntax
R = sind(a)
Inputs
- a
- The angle in degrees.
Outputs
- R
- scalar | vector | matrix
Examples
R = sind(60)
R = 0.866025404
R = sind([60, -45; -30, 90])
R = [Matrix] 2 x 2
0.86603 -0.70711
-0.50000 1.00000