Home > freetb4matlab > control > is_abcd.m

is_abcd

PURPOSE ^

% Returns @var{retval} = 1 if the dimensions of @var{a}, @var{b},

SYNOPSIS ^

function retval = is_abcd (a, b, c, d)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{retval} =} is_abcd (@var{a}, @var{b}, @var{c}, @var{d})
%  Returns @var{retval} = 1 if the dimensions of @var{a}, @var{b},
%  @var{c}, @var{d} are compatible, otherwise @var{retval} = 0 with an
%  appropriate diagnostic message printed to the screen.  The matrices
%  @var{b}, @var{c}, or @var{d} may be omitted.
% @seealso{abcddim}
% @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