Skip to content

OpenBIMRL | Mathematical matrices functions

Class path: math.matrix.getMatrixColumnAt

Matrix column

getMatrixColumnAt1.png

Description

Gets a column of a matrix via an index.

Input

Input Name Type Description
0 Matrix Matrix Matrix from which the column is retrieved
1 Index Number Index of the column to be retrieved

Output

Output Name Type Description
0 Column Number[] output column

Use/Example

getMatrixColumnAt2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself