Matrix Size Function
- Updated2025-07-30
- 1 minute(s) read
Returns the dimensions for the number of rows and columns of matrix.
The connector pane displays the default data types for this polymorphic function.

Inputs/Outputs
matrix
—
number of rows is the row dimension of the matrix.
number of rows
—
number of columns is the column dimension of the matrix.
number of columns
—
matrix must be a 2D array of any numeric type or a real or complex matrix. |
matrix
—
number of rows
—