comparison scripts/general/issquare.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} issquare (@var{x}) 21 ## @deftypefn {Function File} {} issquare (@var{x})
22 ## If @var{x} is a square matrix, then return the dimension of @var{x}. 22 ## If @var{x} is a square matrix, then return the dimension of @var{x}.
23 ## Otherwise, return 0. 23 ## Otherwise, return 0.
24 ## @seealso{size, rows, columns, length, ismatrix, isscalar, isvector}
24 ## @end deftypefn 25 ## @end deftypefn
25 ##
26 ## @seealso{size, rows, columns, length, ismatrix, isscalar, and isvector}
27 26
28 ## Author: A. S. Hodel <scotte@eng.auburn.edu> 27 ## Author: A. S. Hodel <scotte@eng.auburn.edu>
29 ## Created: August 1993 28 ## Created: August 1993
30 ## Adapted-By: jwe 29 ## Adapted-By: jwe
31 30