Mercurial > hg > octave-thorsten
comparison scripts/general/columns.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | dc24a787b96b |
children |
comparison
equal
deleted
inserted
replaced
5641:eb998631a4aa | 5642:2618a0750ae6 |
---|---|
18 ## 02110-1301, USA. | 18 ## 02110-1301, USA. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} columns (@var{a}) | 21 ## @deftypefn {Function File} {} columns (@var{a}) |
22 ## Return the number of columns of @var{a}. | 22 ## Return the number of columns of @var{a}. |
23 ## @seealso{size, rows, length, isscalar, isvector, ismatrix} | |
23 ## @end deftypefn | 24 ## @end deftypefn |
24 ## | |
25 ## @seealso{size, rows, length, isscalar, isvector, and ismatrix} | |
26 | 25 |
27 ## Author: jwe | 26 ## Author: jwe |
28 | 27 |
29 function nc = columns (x) | 28 function nc = columns (x) |
30 | 29 |