diff scripts/control/system/sysgettype.m @ 5016:bdbee5282954

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents 48a39e2b2ab7
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/control/system/sysgettype.m
+++ b/scripts/control/system/sysgettype.m
@@ -20,15 +20,20 @@
 ## @deftypefn {Function File} {} sysgettype (@var{sys})
 ## return the initial system type of the system
 ##
-## @strong{Inputs}
-## @var{sys}: system data structure
+## @strong{Input}
+## @table @var
+## @item sys
+## System data structure.
+## @end table
 ##
-## @strong{Outputs}
-## @var{systype}: string indicating how the structure was initially
-## constructed:
-## values: @code{"ss"}, @code{"zp"}, or @code{"tf"}
+## @strong{Output}
+## @table @var
+## @item systype
+## String indicating how the structure was initially
+## constructed. Values: @code{"ss"}, @code{"zp"}, or @code{"tf"}.
+## @end table
 ##
-## FIR initialized systems return @code{systype="tf"}.
+## @acronym{FIR} initialized systems return @code{systype="tf"}.
 ## @end deftypefn
 
 function systype = sysgettype (sys)