Matrix Size Function

Owning Palette: Matrix Functions

Requires: Base Development System

Returns the dimensions for the number of rows and columns of matrix.

The connector pane displays the default data types for this polymorphic function.

 Add to the block diagram  Find on the palette
matrix must be a 2D array of any numeric type or a real or complex matrix.
number of rows is the row dimension of the matrix.
number of columns is the column dimension of the matrix.