OriginLab Corporation - Scientific Graphing and Data Analysis Software - 2D graphs, 3D graphs, Contour Plots, Statistical Charts, Data Exploration, Statistics, Curve Fitting, Signal Processing, and Peak Analysis

mri2c

Contents

Brief Information

Combine real numbers in two matrices into a complex matrix.

Command Line Usage

mri2c rm:=[MBook1]MSheet1!mat(1) im:=[MBook2]MSheet1!mat(1) cm:=<new>;

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Real Matrix rm

Input

MatrixObject

<active>

Specifies the input matrix that has the real parts of the complex numbers.

Imaginary Matrix im

Input

MatrixObject

<unassigned>

Specifies the input matrix that has the imaginary parts of the complex numbers.

Complex Matrix cm

Output

MatrixObject

<new>

Specifies the output matrix where the complex numbers will be saved.

See the syntax here.

Description

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.

Examples

For more examples, please refer to XF Script Dialog (press F11).

Related X-Functions

mc2ri, map2c, mc2ap