Matrix Size
- Updated2023-02-17
- 1 minute(s) read
Matrix Size
Returns the dimensions for the number of rows and columns of matrix.


matrix
2D array of any numeric type.

number of rows
Row dimension of the matrix.

number of columns
Column dimension of the matrix.