Mercurial > hg > octave-lyh
diff scripts/control/system/sysgroup.m @ 3502:b5238ac1dca9
[project @ 2000-01-31 07:40:53 by jwe]
author | jwe |
---|---|
date | Mon, 31 Jan 2000 07:41:01 +0000 |
parents | 7923abdeb4e5 |
children | e0b7a493e5a8 |
line wrap: on
line diff
--- a/scripts/control/system/sysgroup.m +++ b/scripts/control/system/sysgroup.m @@ -17,22 +17,22 @@ ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. ## -*- texinfo -*- -## @deftypefn {Function File} {} sysgroup (@var{Asys}, @var{Bsys}) +## @deftypefn {Function File} {} sysgroup (@var{asys}, @var{bsys}) ## Combines two systems into a single system ## ## @strong{Inputs} -## @var{Asys}, @var{Bsys}: system data structures +## @var{asys}, @var{bsys}: system data structures ## ## @strong{Outputs} -## @math{sys = @r{block diag}(Asys,Bsys)} +## @math{sys = @r{block diag}(asys,bsys)} ## @example ## @group ## __________________ ## | ________ | -## u1 ----->|--> | Asys |--->|----> y1 +## u1 ----->|--> | asys |--->|----> y1 ## | -------- | ## | ________ | -## u2 ----->|--> | Bsys |--->|----> y2 +## u2 ----->|--> | bsys |--->|----> y2 ## | -------- | ## ------------------ ## Ksys