sind
Computes the sine in degree for each element of x.
📝Syntax
res = sind(x)
📥Input Arguments
Parameter Description
x a numeric value
📤Output Arguments
Parameter Description
res a numeric value
📄Description

sind computes the sine in degree for each element of x.

💡Examples
A = [0 30 45 60 90 360];
sind(A)
🔗See Also
sin
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub