diff scripts/control/system/zp2sys.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 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/control/system/zp2sys.m	Wed Sep 22 02:18:13 2004 +0000
+++ b/scripts/control/system/zp2sys.m	Wed Sep 22 02:50:36 2004 +0000
@@ -23,20 +23,23 @@
 ## @strong{Inputs}
 ## @table @var
 ## @item   zer
-## vector of system zeros
+## Vector of system zeros.
 ## @item   pol
-## vector of system poles
+## Vector of system poles.
 ## @item   k
-## scalar leading coefficient
+## Scalar leading coefficient.
 ## @item   tsam
-## sampling period. default: 0 (continuous system)
+## Sampling period; default: 0 (continuous system).
 ## @item   inname
 ## @itemx  outname
-## input/output signal names (lists of strings)
+## Input/output signal names (lists of strings).
 ## @end table
 ##
-## @strong{Outputs}
-## sys: system data structure
+## @strong{Output}
+## @table @var
+## @item sys
+## System data structure.
+## @end table
 ##
 ## @strong{Example}
 ## @example