Re: interp2 partial derivatives



"John D'Errico" <woodchips@xxxxxxxxxxxxxxxx> wrote in message <gpmne9$adr$1@xxxxxxxxxxxxxxxxxx>...
"Gordon " <MAAC.SImon@xxxxxxxxxx> wrote in message <gpmlr6$q9n$1@xxxxxxxxxxxxxxxxxx>...
Hi John,

I want to use method 'spline' or 'bicubic'. I think there should be an alternative to using 'gradient', because one uses piecewise polynomials in both methods.

Do you have the splines toolbox? Should be
simple then.

If not, then it will take a bit more effort. I'll be
lazy and just suggest a central finite difference.

Of course, by finite differences, I mean to use
interp2 to interpolate several points.

john
.



Relevant Pages

  • Re: Convolution for Laplace Transform
    ... if the data for f and g are available on the same grid, ... interpolate the data for the two functions by piecewise polynomials independently, ... for example cubic splines, but using the same grid, then ... again by a spline. ...
    (sci.math.num-analysis)
  • Re: Spline in 3d matrix
    ... spline as a function of only one variable either. ... Interp2 evaluates what is essentially a spline, ... toolbox to get the explicit coefficients. ...
    (comp.soft-sys.matlab)
  • Re: Curve fitting to data plots
    ... the spline, if that makes sense. ... A weight per control point (increasing weight draws the curve locally ... _Splines_ are piecewise polynomials (the degree of which is decided ...
    (comp.graphics.algorithms)
  • gridding irregular point data
    ... I cannot use interp2 command. ... does nearest neighbor interpolation but not spline. ...
    (comp.soft-sys.matlab)
  • Re: Interpolation
    ... >> How can I use the Interp2 or any other inbuilt Matlab command? ... If I need to try other types of interpolation techniques like Spline and FFT, how do I need to modify this. ...
    (comp.soft-sys.matlab)