angle
Phase angle
Syntax
R = angle(Z)
Input argument
Z - a variable (double, single, complex)
Output argument
R - result of angle function.
Description
angle computes the phase angle, equivalent to atan2(imag(Z), real(Z)).
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated