Mercurial > hg > octave-nkf
diff scripts/control/system/sysdup.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 | 22bd65326ec1 |
line wrap: on
line diff
--- a/scripts/control/system/sysdup.m +++ b/scripts/control/system/sysdup.m @@ -17,12 +17,12 @@ ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. ## -*- texinfo -*- -## @deftypefn {Function File} {} sysdup (@var{Asys}, @var{out_idx}, @var{in_idx}) +## @deftypefn {Function File} {} sysdup (@var{asys}, @var{out_idx}, @var{in_idx}) ## Duplicate specified input/output connections of a system ## ## @strong{Inputs} ## @table @var -## @item Asys +## @item asys ## system data structure ## @item out_idx ## @itemx in_idx @@ -44,7 +44,7 @@ ## @group ## ____________________ ## u1 ----->| |----> y1 -## | Asys | +## | asys | ## u2 ------>| |----->y2 ## (in_idx) -------------------| (out_idx) ## @end group