Combine amplitude and phase to create a complex matrix
1. map2c am:=[Mbook1]MSheet1!mat(1) pm:=[Mbook2]MSheet1!mat(1) cm:=<new> arc:=radians;
2. map2c am:=mat(1) pm:=mat(2) cm:=mat(3);
Please refer to the page for additional option switches when accessing the x-function from script
Input
MatrixObject
Specifies the matrix that has the amplitude data.
Specifies the matrix that has the phase data.
Output
Specifies the output matrix which will have the complex output. See the syntax here.
int
Specifies the angle unit. Option list
The map2c function converts amplitude and phase data saved in matrices to complex numbers and saves them to another matrix.
mc2ap, mri2c, mc2ri