Mercurial > hg > octave-nkf
diff scripts/control/system/is_observable.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_observable.m +++ b/scripts/control/system/is_observable.m @@ -21,12 +21,12 @@ ## @deftypefnx {Function File} {[@var{retval}, @var{u}] =} is_observable (@var{sys}, @var{tol}) ## Logical check for system observability. ## -## Default: tol = 10*norm(a,'fro')*eps +## Default: tol = @code{tol = 10*norm(a,'fro')*eps} ## ## Returns 1 if the system @var{sys} or the pair (@var{a}, @var{c}) is ## observable, 0 if not. ## -## @strong{See} @code{is_controllable} for detailed description of arguments +## See @command{is_controllable} for detailed description of arguments ## and default values. ## @end deftypefn ## @seealso{size, rows, columns, length, ismatrix, isscalar, and isvector}