matatan(X)

Returns the arctangent (in radians) of matrix X. (Available as of version 13.29)

Function type

Vector only

Syntax

matatan(X)

Input

Argument Type Description
X matrix model A column name

The column specified by this parameter must contain matrix models generated by the 1010data Matrix Functions.

Return Value

Returns a matrix containing the arctangent of matrix X, in radians.

If X is N/A, the result is N/A.

This function operates element-wise.