Unpack Rows
Matrix
Unpack Rows
Matrix
Unpack Rows
Matrix
The Unpack Rows node takes in a matrix value and separates the data into "rows". The individual outputs from the matrix table comes from top to bottom.
Inputs
Matrix (Pseudo-Generic)
The matrix value.
Outputs
Row0 (Pseudo-Generic)
Returns the first row of the matrix.
Row1 (Pseudo-Generic)
Returns the second row of the matrix.
Row2 (Pseudo-Generic)
Returns the third row of the matrix.
Row3 (Pseudo-Generic)
Returns the fourth row of the matrix.
See Also
- Wikipedia's definition of a matrix.