Resize Matrix
- Updated2023-02-17
- 2 minute(s) read
Resize Matrix
Resizes matrix with new row and column dimensions based on number of rows and number of columns.


matrix
2D array of any numeric type.

number of rows
New row dimension.

number of columns
New column dimension.

resized matrix
matrix with the number of rows and columns you specify in number of rows and number of columns.
Indexing Outside Values
If you increase the row or column dimensions of matrix, this node returns 0 at each exterior location.