Mercurial > hg > octave-nkf
diff scripts/control/system/syssub.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/syssub.m +++ b/scripts/control/system/syssub.m @@ -17,22 +17,24 @@ ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. ## -*- texinfo -*- -## @deftypefn {Function File} {} syssub (@var{gsys}, @var{hsys}) +## @deftypefn {Function File} {@var{sys} =} syssub (@var{Gsys}, @var{Hsys}) ## Return @math{sys = Gsys - Hsys}. ## -## Method: @var{gsys} and @var{hsys} are connected in parallel +## @strong{Method} +## +## @var{Gsys} and @var{Hsys} are connected in parallel. ## The input vector is connected to both systems; the outputs are -## subtracted. Returned system names are those of @var{gsys}. +## subtracted. Returned system names are those of @var{Gsys}. ## @example ## @group ## +--------+ -## +--->| gsys |---+ +## +--->| Gsys |---+ ## | +--------+ | ## | +| ## u --+ (_)--> y ## | -| ## | +--------+ | -## +--->| hsys |---+ +## +--->| Hsys |---+ ## +--------+ ## @end group ## @end example