comparison scripts/general/issquare.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents e7da90a1cc11
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
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 ## @end deftypefn 24 ## @end deftypefn
25 ##
25 ## @seealso{size, rows, columns, length, ismatrix, isscalar, and isvector} 26 ## @seealso{size, rows, columns, length, ismatrix, isscalar, and isvector}
26 27
27 ## Author: A. S. Hodel <scotte@eng.auburn.edu> 28 ## Author: A. S. Hodel <scotte@eng.auburn.edu>
28 ## Created: August 1993 29 ## Created: August 1993
29 ## Adapted-By: jwe 30 ## Adapted-By: jwe