diff scripts/control/system/tfout.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents e9cde940b271
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/control/system/tfout.m
+++ b/scripts/control/system/tfout.m
@@ -21,10 +21,9 @@
 ## @deftypefn {Function File} {} tfout (@var{num}, @var{denom}, @var{x})
 ## Print formatted transfer function @math{n(s)/d(s)} to the screen.
 ## @var{x} defaults to the string @code{"s"}
+## @seealso{polyval, polyvalm, poly, roots, conv, deconv, residue,
+## filter, polyderiv, polyinteg, polyout}
 ## @end deftypefn
-##
-## @seealso{polyval, polyvalm, poly, roots, conv, deconv, residue,
-## filter, polyderiv, polyinteg, and polyout}
 
 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu>
 ## Created: June 1995