comparison scripts/polynomial/conv.m @ 11084:0f6c5efce96e

conv.m: docstring fix
author John W. Eaton <jwe@octave.org>
date Thu, 07 Oct 2010 03:18:44 -0400
parents 4558aad4c41d
children 2beacd515e09
comparison
equal deleted inserted replaced
11083:bb8bf77f2242 11084:0f6c5efce96e
26 ## If @var{a} and @var{b} are polynomial coefficient vectors, @code{conv} 26 ## If @var{a} and @var{b} are polynomial coefficient vectors, @code{conv}
27 ## returns the coefficients of the product polynomial. 27 ## returns the coefficients of the product polynomial.
28 ## 28 ##
29 ## The optional @var{shape} parameter may be 29 ## The optional @var{shape} parameter may be
30 ## 30 ##
31 ## @table @asis\n\ 31 ## @table @asis
32 ## @item @var{shape} = "full" 32 ## @item @var{shape} = "full"
33 ## Return the full convolution. 33 ## Return the full convolution.
34 ## \n\ 34 ##
35 ## @item @var{shape} = "same" 35 ## @item @var{shape} = "same"
36 ## Return central part of the convolution with the same size as @var{a}. 36 ## Return central part of the convolution with the same size as @var{a}.
37 ## @end table 37 ## @end table
38 ## 38 ##
39 ## @noindent 39 ## @noindent