Created a page for the Unpack Rows node. |
m YoshBot moved page ProtoFlux:Unpack Rows to ProtoFlux:UnpackRows: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:38, 21 August 2025
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.