diff scripts/control/system/starp.m @ 5016:bdbee5282954

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents 22bd65326ec1
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/control/system/starp.m	Wed Sep 22 02:18:13 2004 +0000
+++ b/scripts/control/system/starp.m	Wed Sep 22 02:50:36 2004 +0000
@@ -18,10 +18,10 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} starp (@var{P}, @var{K}, @var{ny}, @var{nu})
-## @format
 ##
 ## Redheffer star product or upper/lower LFT, respectively.
-##
+## @example
+## @group
 ##
 ##                +-------+
 ##      --------->|       |--------->
@@ -37,14 +37,14 @@
 ##                |   K   |
 ##      --------->|       |--------->
 ##                +-------+
+## @end group
+## @end example
+## If @var{ny} and @var{nu} ``consume'' all inputs and outputs of
+## @var{K} then the result is a lower fractional transformation. 
+## If @var{ny} and @var{nu} ``consume'' all inputs and outputs of 
+## @var{P} then the result is an upper fractional transformation.
 ##
-## If ny and nu "consume" all inputs and outputs of K then the result
-## is a lower fractional transformation. If ny and nu "consume" all
-## inputs and outputs of P then the result is an upper fractional
-## transformation.
-##
-## ny and/or nu may be negative (= negative feedback)
-## @end format
+## @var{ny} and/or @var{nu} may be negative (i.e. negative feedback).
 ## @end deftypefn
 
 ## Author: Kai P. Mueller <mueller@ifr.ing.tu-bs.de>