diff scripts/general/is_vector.m @ 2325:b5568c31ee2c

[project @ 1996-07-15 22:20:21 by jwe]
author jwe
date Mon, 15 Jul 1996 22:20:21 +0000
parents 949ab8eba8bc
children 1d2a83e8a9a3
line wrap: on
line diff
--- a/scripts/general/is_vector.m	Mon Jul 15 21:29:24 1996 +0000
+++ b/scripts/general/is_vector.m	Mon Jul 15 22:20:21 1996 +0000
@@ -20,7 +20,7 @@
 ## usage: is_vector (x)
 ##
 ## Return 1 if the either the number of rows (columns) of x is 1 and
-## the number of columns (rows) is greater than one.  Otherwise, return 0. 
+## the number of columns (rows) is greater than one.  Otherwise, return 0.
 ##
 ## See also: size, rows, columns, length, is_scalar, is_matrix