To Matrix
Converts the incoming signal into a matrix.
blockType: ToMatrix
Path in the library:
|
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 |
|
| 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 |
|
| Complex numbers support |
Yes |