ProtoFlux:MatrixElement: Difference between revisions

From Resonite Wiki
Created a page for the Matrix Element node.
 
m YoshBot moved page ProtoFlux:Matrix Element to ProtoFlux:MatrixElement: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:27, 21 August 2025

Get Matrix Element
Matrix
*
Row
Column
Matrix

The Matrix Element node takes in a matrix with a row and column, then returns the selected value within the matrix table using the provided row and column. The matrix table is 0-based indexed.

Inputs

Matrix (Pseudo-Generic)

The matrix we are searching through.

Row (int)

The row we want to check.

Column (int)

The column we want to check.

Outputs

* (Pseudo-Generic)

Returns the value in the matrix table from the provided row and column.

See Also

  • Wikipedia's definition of a matrix.