changeset 6695:798a7e1c16cb octave-forge

control-oo: add references to texinfo strings
author paramaniac
date Sat, 13 Feb 2010 16:34:05 +0000
parents 041ea4439bfb
children 01a0097c7815
files extra/control-oo/inst/kalman.m extra/control-oo/inst/lqr.m
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <lukas.reichlin@gmail.com>
--- 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 <lukas.reichlin@gmail.com>