Mercurial > hg > octave-lojdl
comparison scripts/control/sysprune.m @ 3402:9610d364e444
[project @ 2000-01-05 04:36:38 by jwe]
author | jwe |
---|---|
date | Wed, 05 Jan 2000 04:36:51 +0000 |
parents | 0f515bc98460 |
children | 8625164a0a39 |
comparison
equal
deleted
inserted
replaced
3401:1b782f9cecfe | 3402:9610d364e444 |
---|---|
22 ## | 22 ## |
23 ## @strong{Inputs} | 23 ## @strong{Inputs} |
24 ## @table @var | 24 ## @table @var |
25 ## @item Asys | 25 ## @item Asys |
26 ## system data structure | 26 ## system data structure |
27 ## @item out_idx,in_idx | 27 ## @item out_idx |
28 ## @itemx in_idx | |
28 ## list of connections indices; the new | 29 ## list of connections indices; the new |
29 ## system has outputs y(out_idx(ii)) and inputs u(in_idx(ii)). | 30 ## system has outputs y(out_idx(ii)) and inputs u(in_idx(ii)). |
30 ## May select as [] (empty matrix) to specify all outputs/inputs. | 31 ## May select as [] (empty matrix) to specify all outputs/inputs. |
31 ## @end table | 32 ## @end table |
32 ## | 33 ## |