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