comparison scripts/polynomial/polyval.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
24 ## @code{polyval (@var{c}, @var{x})} will evaluate the polynomial at the 24 ## @code{polyval (@var{c}, @var{x})} will evaluate the polynomial at the
25 ## specified value of @var{x}. 25 ## specified value of @var{x}.
26 ## 26 ##
27 ## If @var{x} is a vector or matrix, the polynomial is evaluated at each of 27 ## If @var{x} is a vector or matrix, the polynomial is evaluated at each of
28 ## the elements of @var{x}. 28 ## the elements of @var{x}.
29 ## @seealso{polyvalm, poly, roots, conv, deconv, residue, filter,
30 ## polyderiv, polyinteg}
29 ## @end deftypefn 31 ## @end deftypefn
30 ##
31 ## @seealso{polyvalm, poly, roots, conv, deconv, residue, filter,
32 ## polyderiv, and polyinteg}
33 32
34 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 33 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
35 ## Created: June 1994 34 ## Created: June 1994
36 ## Adapted-By: jwe 35 ## Adapted-By: jwe
37 36