angleΒΆ
angle calculates the phase angles in radinas for each element of a complex array.
- rmP = angle(rmComplex)
Return Value
rmP is a matrix with phase angles.
Parameters
- rmComplex
rmComplex is a complex matrix.
Example
angle([1+1i, 2+1i])
0.7854 0.4636
See also
id-245066