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

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents b8105302cfe8
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/control/system/sysmult.m
+++ b/scripts/control/system/sysmult.m
@@ -17,18 +17,18 @@
 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} sysmult (@var{asys}, @var{bsys})
+## @deftypefn {Function File} {@var{sys} =} sysmult (@var{Asys}, @var{Bsys})
 ## Compute @math{sys = Asys*Bsys} (series connection):
 ## @example
 ## @group
 ## u   ----------     ----------
-## --->|  bsys  |---->|  asys  |--->
+## --->|  Bsys  |---->|  Asys  |--->
 ##     ----------     ----------
 ## @end group
 ## @end example
-## A warning occurs if there is direct feed-through
-## from an input of Bsys or a continuous state of @var{bsys} through a
-## discrete output of Bsys to a continuous state or output in @var{asys}
+## A warning occurs if there is direct feed-through from an input 
+## or a continuous state of @var{Bsys}, through a discrete output 
+## of @var{Bsys}, to a continuous state or output in @var{Asys}
 ## (system data structure does not recognize discrete inputs).
 ## @end deftypefn