Re: seeking quadratic interpolation in Matlab?
- From: "John D'Errico" <woodchips@xxxxxxxxxxxxxxxx>
- Date: Tue, 11 Sep 2007 08:52:41 +0000 (UTC)
"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
.
- Follow-Ups:
- Re: seeking quadratic interpolation in Matlab?
- From: Housing
- Re: seeking quadratic interpolation in Matlab?
- References:
- seeking quadratic interpolation in Matlab?
- From: Housing
- seeking quadratic interpolation in Matlab?
- Prev by Date: Re: num2str error(R2007b bug?)
- Next by Date: Re: c mex file-passing arrays correctly
- Previous by thread: Re: seeking quadratic interpolation in Matlab?
- Next by thread: Re: seeking quadratic interpolation in Matlab?
- Index(es):
Relevant Pages
|