comparison scripts/control/system/tfout.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents cef48c4b902d
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} tfout (@var{num}, @var{denom}, @var{x}) 20 ## @deftypefn {Function File} {} tfout (@var{num}, @var{denom}, @var{x})
21 ## Print formatted transfer function @math{n(s)/d(s)} to the screen. 21 ## Print formatted transfer function @math{n(s)/d(s)} to the screen.
22 ## @var{x} defaults to the string @code{"s"} 22 ## @var{x} defaults to the string @code{"s"}
23 ## @end deftypefn 23 ## @end deftypefn
24 ##
24 ## @seealso{polyval, polyvalm, poly, roots, conv, deconv, residue, 25 ## @seealso{polyval, polyvalm, poly, roots, conv, deconv, residue,
25 ## filter, polyderiv, polyinteg, and polyout} 26 ## filter, polyderiv, polyinteg, and polyout}
26 27
27 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu> 28 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu>
28 ## Created: June 1995 29 ## Created: June 1995