Previous Up Next

14.3.17  Number of rows

The rowdim or rowDim or nrows command finds the number of rows of a matrix.

Example

rowdim([[1,2,3],[3,4,5]])
     
2           

Previous Up Next