height

height(X) returns the number of rows in X.

Examples

> X = rand(3,2)

	[X:3x2 double]

> height(X)#

	3

Resources

See also

numel | size | width