nrΒΆ

nr (Number of Rows) returns the number of rows of its parameter.

nRows = nr(m)

Return Value

nRows is the number of rows of m

Parameters

m

m is a real, complex or string matrix.

See also

nc, len

id-933275