OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.getMatrixColumnAt
Matrix column

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
Sample file
Download of a sample file so that the user can test the usage himself