
Contents |
Combine real numbers in two matrices into a complex matrix.
mri2c rm:=[MBook1]MSheet1!mat(1) im:=[MBook2]MSheet1!mat(1) cm:=<new>;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Real Matrix | rm |
Input MatrixObject | |
Specifies the input matrix that has the real parts of the complex numbers. |
| Imaginary Matrix | im |
Input MatrixObject | |
Specifies the input matrix that has the imaginary parts of the complex numbers. |
| Complex Matrix | cm |
Output MatrixObject | |
Specifies the output matrix where the complex numbers will be saved. See the syntax here. |
The mc2ri function combines real numbers in two matrices into complex numbers. The two input matrices should have the real parts and the imaginary parts of the complex numbers, respectively.
For more examples, please refer to XF Script Dialog (press F11).