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

cosd computes the cosine in degree for each element of x.

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