comparison scripts/deprecated/polyinteg.m @ 8286:6f2d95255911

fix @seealso references to point to existing anchors
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Wed, 29 Oct 2008 17:52:54 -0400
parents 1cdb42b372e8
children eb63fbe60fab
comparison
equal deleted inserted replaced
8285:26f0e69e9f3a 8286:6f2d95255911
20 ## @deftypefn {Function File} {} polyinteg (@var{c}) 20 ## @deftypefn {Function File} {} polyinteg (@var{c})
21 ## Return the coefficients of the integral of the polynomial whose 21 ## Return the coefficients of the integral of the polynomial whose
22 ## coefficients are represented by the vector @var{c}. 22 ## coefficients are represented by the vector @var{c}.
23 ## 23 ##
24 ## The constant of integration is set to zero. 24 ## The constant of integration is set to zero.
25 ## @seealso{poly, polyderiv, polyreduce, roots, conv, deconv, residue, 25 ## @seealso{polyint, poly, polyderiv, polyreduce, roots, conv, deconv, residue,
26 ## filter, polyval, and polyvalm} 26 ## filter, polyval, polyvalm}
27 ## @end deftypefn 27 ## @end deftypefn
28 28
29 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 29 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
30 ## Created: June 1994 30 ## Created: June 1994
31 ## Adapted-By: jwe 31 ## Adapted-By: jwe