# HG changeset patch # User paramaniac # Date 1266078845 0 # Node ID 798a7e1c16cb7a2d30e3eabf2f73452c4d210f30 # Parent 041ea4439bfbfd2137b853a351b3892b839e4b35 control-oo: add references to texinfo strings diff -r 041ea4439bfb -r 798a7e1c16cb extra/control-oo/inst/kalman.m --- a/extra/control-oo/inst/kalman.m Sat Feb 13 16:22:35 2010 +0000 +++ b/extra/control-oo/inst/kalman.m Sat Feb 13 16:34:05 2010 +0000 @@ -19,6 +19,7 @@ ## @deftypefn {Function File} {[@var{est}, @var{g}, @var{x}] =} kalman (@var{sys}, @var{q}, @var{r}) ## @deftypefnx {Function File} {[@var{est}, @var{g}, @var{x}] =} kalman (@var{sys}, @var{q}, @var{r}, @var{s}) ## Design kalman estimator for LTI systems. +## @seealso{care, dare, estim, lqr} ## @end deftypefn ## Author: Lukas Reichlin diff -r 041ea4439bfb -r 798a7e1c16cb extra/control-oo/inst/lqr.m --- a/extra/control-oo/inst/lqr.m Sat Feb 13 16:22:35 2010 +0000 +++ b/extra/control-oo/inst/lqr.m Sat Feb 13 16:34:05 2010 +0000 @@ -22,6 +22,7 @@ ## @deftypefnx {Function File} {[@var{g}, @var{x}, @var{l}] =} lqr (@var{a}, @var{b}, @var{q}, @var{r}, @var{s}) ## Return linear-quadratic state-feedback gain matrix g for a LTI system as well as ## the solution x of the associated riccati equation and the closed-loop poles l. +## @seealso{care, dare} ## @end deftypefn ## Author: Lukas Reichlin