atan

atan(X) returns the inverse tangent, expressed in radians, for each element of X.

Examples

> x = -15:0.5:15

[x:1x61 double]

> plot(x, atan(x))

[ans:1x1 struct]

Resources

See also

atan2 | atand | atanh | tan