Member of the basic and the filter design classes.
c = angle(a)
Computes the phase angles, in radians, of the input elements specified in a.
| Name | Description |
| a | Specifies a complex matrix. |
| Name | Description |
| c | Returns the phase angles, in radians, of the elements in a. c is a real matrix of the same size as a. |
a = [2+3i, 7-8i]
c = angle(a)