sind

Returns the sine for each element of the argument (in degrees).

Syntax

R = sind(a)

Inputs

a
The angle in degrees.
Dimension: scalar | vector | matrix

Outputs

R
scalar | vector | matrix

Examples

Scalar input:
R = sind(60)
R = 0.866025404
Matrix input:
R = sind([60, -45; -30, 90])
R = [Matrix] 2 x 2
  0.86603  -0.70711
 -0.50000   1.00000