Mercurial > hg > octave-lyh
diff scripts/control/system/is_detectable.m @ 5016:bdbee5282954
[project @ 2004-09-22 02:50:35 by jwe]
author | jwe |
---|---|
date | Wed, 22 Sep 2004 02:50:36 +0000 |
parents | d62c421f448b |
children | c08cb1098afc |
line wrap: on
line diff
--- a/scripts/control/system/is_detectable.m +++ b/scripts/control/system/is_detectable.m @@ -23,9 +23,9 @@ ## ## 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) +## imaginary axis (unit circle for discrete-time systems). ## -## @strong{See} @code{is_stabilizable} for detailed description of +## @strong{See} @command{is_stabilizable} for detailed description of ## arguments and computational method. ## ##