Resize Matrix

Resizes matrix with new row and column dimensions based on number of rows and number of columns.

connector_pane_image
datatype_icon

matrix

2D array of any numeric type.

datatype_icon

number of rows

New row dimension.

datatype_icon

number of columns

New column dimension.

datatype_icon

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.