Engee documentation

To Matrix

Converts the incoming signal into a matrix.

to matrix

Description

Block To Matrix converts the incoming signal into a matrix. The block accepts signals as a scalar, vector, matrix or multidimensional array of any (supported) data type. If the input signal is a matrix or multidimensional array, it remains unchanged.

For example, if the input is a scalar 1, the output will be a matrix [1;;;].

Ports

Input

# IN_1 — input signal
scalar | vector | matrix | multidimensional array

Details

Input signal.

Data types

Float16, Float32, Float64, Int8, Int16, Int32, Int64, Int128, UInt8, UInt16, UInt32, UInt64, Uint128, Bool, Fixed.

Complex numbers support

Yes

Output

# OUT_1 — output signal
matrix | multidimensional array

Details

The output signal is in the form of a matrix.

If a matrix or multidimensional array signal is input, it remains unchanged.

Data types

Float16, Float32, Float64, Int8, Int16, Int32, Int64, Int128, UInt8, UInt16, UInt32, UInt64, Uint128, Bool, Fixed.

Complex numbers support

Yes

Parameters

None.