acosd
Inverse cosine in degrees.
📝
Syntax
res = acosd(x)
📥
Input Arguments
Parameter
Description
x
a numeric value
📤
Output Arguments
Parameter
Description
res
a numeric value
📄
Description
atand
computes the inverse cosine in degrees for each element of
x
.
💡
Examples
x = [1 -20 0 2 5]; y = acosd(x)
🔗
See Also
cosd
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub