Calculates the phase angle in radians. |
||
Syntax |
p = Phase(m) |
|
Argument |
Name |
Description |
m |
A scalar, vector or a matrix. |
|
Output |
Name |
Description |
p |
A scalar, vector, or a matrix of the phase angle of each entry. |
|
Example |
Calculates the phase angle of each element in a vector: |
|
Syntax |
||
M = Phase([1,2+3i]) |
||
Result |
||
M = [Matrix] 1 x 2 0 0.98279 |
||
See Also: |