diff scripts/general/isvector.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 8cb8eff3f44c
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/general/isvector.m
+++ b/scripts/general/isvector.m
@@ -21,6 +21,7 @@
 ## @deftypefn {Function File} {} isvector (@var{a})
 ## Return 1 if @var{a} is a vector.  Otherwise, return 0.
 ## @end deftypefn
+##
 ## @seealso{size, rows, columns, length, isscalar, and ismatrix}
 
 ## Author: jwe