Mercurial > hg > octave-nkf
comparison scripts/general/rows.m @ 2314:949ab8eba8bc
[project @ 1996-07-12 03:58:02 by jwe]
author | jwe |
---|---|
date | Fri, 12 Jul 1996 03:58:02 +0000 |
parents | 5ca126254d15 |
children | 8b262e771614 |
comparison
equal
deleted
inserted
replaced
2313:5ca126254d15 | 2314:949ab8eba8bc |
---|---|
21 ## | 21 ## |
22 ## Return the the number of rows in x. | 22 ## Return the the number of rows in x. |
23 ## | 23 ## |
24 ## See also: size, columns, length, is_scalar, is_vector, is_matrix | 24 ## See also: size, columns, length, is_scalar, is_vector, is_matrix |
25 | 25 |
26 ## Author: jwe | |
27 | |
26 function nr = rows (x) | 28 function nr = rows (x) |
27 | 29 |
28 if (nargin != 1) | 30 if (nargin != 1) |
29 usage ("rows (x)"); | 31 usage ("rows (x)"); |
30 endif | 32 endif |