Matrix Size Function
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
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
—