Mercurial > hg > octave-nkf
diff scripts/general/columns.m @ 3407:5e0a0b1cba43
[project @ 2000-01-06 03:13:55 by jwe]
author | jwe |
---|---|
date | Thu, 06 Jan 2000 03:14:17 +0000 |
parents | 69b167451491 |
children | ae7adbb591e8 |
line wrap: on
line diff
--- a/scripts/general/columns.m +++ b/scripts/general/columns.m @@ -21,8 +21,7 @@ ## @deftypefn {Function File} {} columns (@var{a}) ## Return the number of columns of @var{a}. ## @end deftypefn - -## See also: size, rows, length, is_scalar, is_vector, is_matrix +## @seealso{size, rows, length, is_scalar, is_vector, is_matrix} ## Author: jwe