comparison 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
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} tfout (@var{num}, @var{denom}, @var{x}) 21 ## @deftypefn {Function File} {} tfout (@var{num}, @var{denom}, @var{x})
22 ## Print formatted transfer function @math{n(s)/d(s)} to the screen. 22 ## Print formatted transfer function @math{n(s)/d(s)} to the screen.
23 ## @var{x} defaults to the string @code{"s"} 23 ## @var{x} defaults to the string @code{"s"}
24 ## @seealso{polyval, polyvalm, poly, roots, conv, deconv, residue,
25 ## filter, polyderiv, polyinteg, polyout}
24 ## @end deftypefn 26 ## @end deftypefn
25 ##
26 ## @seealso{polyval, polyvalm, poly, roots, conv, deconv, residue,
27 ## filter, polyderiv, polyinteg, and polyout}
28 27
29 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu> 28 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu>
30 ## Created: June 1995 29 ## Created: June 1995
31 30
32 function tfout (num, denom, x) 31 function tfout (num, denom, x)