Re: seeking quadratic interpolation in Matlab?



"Housing" <housing2006@xxxxxxxxx> wrote in message <fc2apu$avs
$1@xxxxxxxxxxxxxxxxx>...
Does anybody have quadratic interpolation in Matlab? I searched for it in
Matlab built-in functions, surprisingly Matlab doesn't provide a quadratic
interpolation function.

Why do you want a (specifically) piecewise quadratic
interpolation?

Why not use a cubic spline? Its a better choice in
general anyway. And you have a choice of a standard
spline, or of a pchip interpolant in matlab, either
without need of the splines toolbox.

If you insist on a quadratic interpolant, then look at
spapi from the splines toolbox.

HTH,
John
.



Relevant Pages

  • Re: seeking quadratic interpolation in Matlab?
    ... Matlab built-in functions, ... interpolation function. ... Why not use a cubic spline? ... We want quadratic probably because it is simpler than cubic spline? ...
    (comp.soft-sys.matlab)
  • Re: ? save interpn results for later calls
    ... MatLab interpn() provides a convinent way for users to interpolate ... a given n-dim dataset at a set of specified points. ... The above approach requuires doing interpolation many times using the ... another built-in function spline() provides this kind ...
    (comp.soft-sys.matlab)
  • Re: linear curve fitting in 3D space
    ... detailled curve so I wonted to find appropriate interpolation function in ... is a function in any Matlab toolbox dedicated for this task or another way ... The trick is to use a spline in cumulative ...
    (comp.soft-sys.matlab)
  • Re: Confusion about splitting classes to allow sharing of resources
    ... I have a working Spline ... >> Along with the splines for x and y, the Curve class also has one ... >> Adding new interpolation variables in subclasses of Curve will then ... instantiate the relevant Nodes and add them to the R5 ...
    (comp.object)
  • Re: Confusion about splitting classes to allow sharing of resources
    ... Then the Spline would ... actual interpolation to the algorithm de jour one set of points at a time. ... regeneration behavior since it is the only one that uses the data. ...
    (comp.object)