Contents
Previous
Next
Subchapters
Current Chapters->
assignment
clear
const
elements
pi
building
exit
include
auto_include
comment
printexp
print
stop
coldim
rowdim
size
dim
reshape
MatrixAsVector
Parent Chapters->
Omatrix6
basic
rowdim
Search Tools->
contents
reference
index
search
Determining The Row Dimension Of A Matrix
See Also
coldim
,
dim
Syntax
rowdim(
matrix
)
Description
Returns the number of rows in a matrix.
Example
x = {[1, 2, 3], [4, 5, 6]}
rowdim(x)
returns
2