comparison scripts/control/system/is_observable.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
27 ## Returns 1 if the system @var{sys} or the pair (@var{a}, @var{c}) is 27 ## Returns 1 if the system @var{sys} or the pair (@var{a}, @var{c}) is
28 ## observable, 0 if not. 28 ## observable, 0 if not.
29 ## 29 ##
30 ## See @command{is_controllable} for detailed description of arguments 30 ## See @command{is_controllable} for detailed description of arguments
31 ## and default values. 31 ## and default values.
32 ## @seealso{size, rows, columns, length, ismatrix, isscalar, isvector}
32 ## @end deftypefn 33 ## @end deftypefn
33 ##
34 ## @seealso{size, rows, columns, length, ismatrix, isscalar, and isvector}
35 34
36 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu> 35 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu>
37 ## Created: August 1993 36 ## Created: August 1993
38 ## Updated by John Ingram (ingraje@eng.auburn.edu) July 1996. 37 ## Updated by John Ingram (ingraje@eng.auburn.edu) July 1996.
39 38