diff scripts/control/system/tf2sys.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/tf2sys.m
+++ b/scripts/control/system/tf2sys.m
@@ -18,23 +18,26 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} tf2sys (@var{num}, @var{den}, @var{tsam}, @var{inname}, @var{outname})
-## build system data structure from transfer function format data
+## Build system data structure from transfer function format data.
 ##
 ## @strong{Inputs}
 ## @table @var
 ## @item  num
 ## @itemx den
-## coefficients of numerator/denominator polynomials
+## Coefficients of numerator/denominator polynomials.
 ## @item tsam
-## sampling interval. default: 0 (continuous time)
+## Sampling interval; default: 0 (continuous time).
 ## @item inname
 ## @itemx outname
-## input/output signal names; may be a string or cell array with a single string
+## Input/output signal names; may be a string or cell array with a single string
 ## entry.
 ## @end table
 ##
-## @strong{Outputs}
-## @var{sys} = system data structure
+## @strong{Output}
+## @table @var
+## @item sys
+## System data structure.
+## @end table
 ##
 ## @strong{Example}
 ## @example