comparison scripts/control/system/sysupdate.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 c08cb1098afc
comparison
equal deleted inserted replaced
5015:6d481b6e349e 5016:bdbee5282954
37 ## all of the above 37 ## all of the above
38 ## @end table 38 ## @end table
39 ## @end table 39 ## @end table
40 ## 40 ##
41 ## @strong{Outputs} 41 ## @strong{Outputs}
42 ## @var{retsys}: contains union of data in sys and requested data. 42 ## @table @var
43 ## If requested data in sys is already up to date then retsys=sys. 43 ## @item retsys
44 ## Contains union of data in sys and requested data.
45 ## If requested data in @var{sys} is already up to date then @var{retsys}=@var{sys}.
46 ## @end table
44 ## 47 ##
45 ## Conversion to @code{tf} or @code{zp} exits with an error if the system is 48 ## Conversion to @command{tf} or @command{zp} exits with an error if the system is
46 ## mixed continuous/digital. 49 ## mixed continuous/digital.
47 ## @end deftypefn 50 ## @end deftypefn
48 ## @seealso{tf, ss, zp, sysout, sys2ss, sys2tf, and sys2zp} 51 ## @seealso{tf, ss, zp, sysout, sys2ss, sys2tf, and sys2zp}
49 52
50 ## Author: John Ingram <ingraje@eng.auburn.edu> 53 ## Author: John Ingram <ingraje@eng.auburn.edu>