Mercurial > hg > octave-thorsten
diff 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 |
line wrap: on
line diff
--- a/scripts/general/columns.m +++ b/scripts/general/columns.m @@ -20,9 +20,8 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} columns (@var{a}) ## Return the number of columns of @var{a}. +## @seealso{size, rows, length, isscalar, isvector, ismatrix} ## @end deftypefn -## -## @seealso{size, rows, length, isscalar, isvector, and ismatrix} ## Author: jwe