Convert a complex matrix to real and imaginary parts
mc2ri cm:=[MBook1]MSheet1!mat(1) rm:=mat(2) im:=mat(3);
Please refer to the page for additional option switches when accessing the x-function from script
Input
MatrixObject
Specifies the input matrix, which has the complex data.
Output
Specifies output matrix for the real parts of the complex data. See the syntax here.
Specifies output matrix for the imaginary parts of the complex data.
See the syntax here.
The mc2ri function converts complex numbers in a matrix into their real parts and imaginary parts.
mri2c, mc2ap, map2c