[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/general]

size

(/tools/hpmatlab/toolbox/matlab/general/size.m)


Help text

SIZE	Matrix dimensions.
	D = SIZE(X), for M-by-N matrix X, returns the two-element
	row vector D = [M, N] containing the number of rows and columns
	in the matrix.

	[M,N] = SIZE(X) returns the number of rows and columns
	in separate output variables.

 	M = SIZE(X,1) returns just the number of rows.
	N = SIZE(X,2) returns just the number of columns.

Cross-Reference Information

This is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON