comparison scripts/polynomial/polyinteg.m @ 2312:204cc7db6f4a

[project @ 1996-07-11 21:20:36 by jwe]
author jwe
date Thu, 11 Jul 1996 21:20:36 +0000
parents 2b5788792cad
children 5ca126254d15
comparison
equal deleted inserted replaced
2311:2b5788792cad 2312:204cc7db6f4a
25 ## The constant of integration is zero. 25 ## The constant of integration is zero.
26 ## 26 ##
27 ## SEE ALSO: poly, polyderiv, polyreduce, roots, conv, deconv, residue, 27 ## SEE ALSO: poly, polyderiv, polyreduce, roots, conv, deconv, residue,
28 ## filter, polyval, polyvalm 28 ## filter, polyval, polyvalm
29 29
30 ## Author: Tony Richardson <amr@mpl.ucsd.edu>
31 ## Created: June 1994
32 ## Adapted-By: jwe
33
30 function p = polyinteg (p) 34 function p = polyinteg (p)
31
32 ## Written by Tony Richardson (amr@mpl.ucsd.edu) June 1994.
33 35
34 if(nargin != 1) 36 if(nargin != 1)
35 usage ("polyinteg (vector)"); 37 usage ("polyinteg (vector)");
36 endif 38 endif
37 39