comparison scripts/control/system/ss2sys.m @ 4946:48a39e2b2ab7

[project @ 2004-08-31 17:27:04 by jwe]
author jwe
date Tue, 31 Aug 2004 17:27:05 +0000
parents d62c421f448b
children bdbee5282954
comparison
equal deleted inserted replaced
4945:4bd917f8a4a7 4946:48a39e2b2ab7
70 ## If @var{tsam} is greater than 0, @math{outlist = 1:@code{rows}(@var{c})}. 70 ## If @var{tsam} is greater than 0, @math{outlist = 1:@code{rows}(@var{c})}.
71 ## @end table 71 ## @end table
72 ## 72 ##
73 ## Unlike states, discrete/continous outputs may appear in any order. 73 ## Unlike states, discrete/continous outputs may appear in any order.
74 ## 74 ##
75 ## @strong{Note} @code{sys2ss} returns a vector @var{yd} where 75 ## @code{sys2ss} returns a vector @var{yd} where
76 ## @var{yd}(@var{outlist}) = 1; all other entries of @var{yd} are 0. 76 ## @var{yd}(@var{outlist}) = 1; all other entries of @var{yd} are 0.
77 ## 77 ##
78 ## @strong{Outputs} 78 ## @strong{Outputs}
79 ## @var{outsys} = system data structure 79 ## @var{outsys} = system data structure
80 ## 80 ##