Convert a complex matrix to amplitude and phase matrices
1. mc2ap arc:=radians;
2. mc2ap cm:=mat(1) am:=<new> pm:=<new>;
Please refer to the page for additional option switches when accessing the x-function from script
Input
MatrixObject
Specifies the matrix that has the complex numbers.
Output
Specifies the matrix for amplitude output. See the syntax here.
Specifies the matrix for phase output. See the syntax here.
int
Specifies the angle unit. Option list
The mc2ap function converts complex numbers in a matrix to amplitudes and phases.
map2c, mri2c, mc2ri