Home > freetb4matlab > control > is_detectable.m

is_detectable

PURPOSE ^

% Test for detectability (observability of unstable modes) of (@var{a}, @var{c}).

SYNOPSIS ^

function [retval, U] = is_detectable (a, c, tol, dflg)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{retval} =} is_detectable (@var{a}, @var{c}, @var{tol}, @var{dflg})
% @deftypefnx {Function File} {@var{retval} =} is_detectable (@var{sys}, @var{tol})
% Test for detectability (observability of unstable modes) of (@var{a}, @var{c}).
%
% Returns 1 if the system @var{a} or the pair (@var{a}, @var{c}) is
% detectable, 0 if not, and -1 if the system has unobservable modes at the
% imaginary axis (unit circle for discrete-time systems).
%
% @strong{See} @command{is_stabilizable} for detailed description of
% arguments and computational method.
% @seealso{is_stabilizable, 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