Home > freetb4matlab > general > issquare.m

issquare

PURPOSE ^

% If @var{x} is a square matrix, then return the dimension of @var{x}.

SYNOPSIS ^

function retval = issquare (x)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} issquare (@var{x})
% If @var{x} is a square matrix, then return the dimension of @var{x}.
% Otherwise, return 0.
% @seealso{size, rows, columns, length, ismatrix, isscalar, isvector}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003