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
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Complex Matrix | cm |
Input MatrixObject |
|
Specifies the input matrix, which has the complex data. |
Real Matrix | rm |
Output MatrixObject |
|
Specifies output matrix for the real parts of the complex data. See the syntax here. |
Imaginary Matrix | im |
Output MatrixObject |
|
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.