Description Usage Arguments Value Examples
Compute a finite-difference "stencil" for numerical differentiation
1 | fdfilter(n = 3, d = 1)
|
n |
total length of filter. 3 <= n < 19 and odd. |
d |
order of the derivative. Must be an integer and satisfy
1 <= d < |
Derivative filter coefficients. Use filter
two-sided filter.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.