arg - calculates the argument

arg( X )


arg calculates the argument of X.
If X is a matrix then arg is applied on every element of the matrix.
X must be a Complex or Matrix variable type.


arg( -3.4 )   equals to ~3.14 (if degfix = radian).
arg i   equals to ~90 (if degfix = degree).


See also
abs, | |