2.2.15 mc2ri

Brief Information

Convert a complex matrix to real and imaginary parts

Command Line Usage

mc2ri cm:=[MBook1]MSheet1!mat(1) rm:=mat(2) im:=mat(3);

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Complex Matrix cm

Input

MatrixObject

<active>

Specifies the input matrix, which has the complex data.

Real Matrix rm

Output

MatrixObject

[<input>]<new>

Specifies output matrix for the real parts of the complex data. See the syntax here.

Imaginary Matrix im

Output

MatrixObject

[<input>]<new>

Specifies output matrix for the imaginary parts of the complex data.

See the syntax here.

Description

The mc2ri function converts complex numbers in a matrix into their real parts and imaginary parts.

Related X-Functions

mri2c, mc2ap, map2c