Mercurial > hg > octave-nkf
diff scripts/control/system/is_controllable.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_controllable.m +++ b/scripts/control/system/is_controllable.m @@ -38,8 +38,8 @@ ## Logical flag; returns true (1) if the system @var{sys} or the ## pair (@var{a}, @var{b}) is controllable, whichever was passed as input ## arguments. -## @item U -## U is an orthogonal basis of the controllable subspace. +## @item u +## @var{u} is an orthogonal basis of the controllable subspace. ## @end table ## ## @strong{Method}