Effacer les filtres
Effacer les filtres

Matlab hermite interpolation

3 vues (au cours des 30 derniers jours)
Flatron
Flatron le 8 Nov 2011
Hi,
Anyone know where i find the hermit interpolation algorithm in matlab. Wich hermite interpolation algoritm solve this?
I need to calculate a polynom.
Example(just example):
x=[1,2,3];
y=[0.5,1,12]
yprime=[1,0.2,0.9]
yprimeprime=[0.1,0.6,0.8]
x2=[1,1.5,2,2.5,3,3.5];
polynom=hermit_interpolation(x,y,yprime,yprimeprime,x2); i need the polynom to
y2=polyval(polynom,x2);
plot(x2,y2);
Thanks the asnwers.

Réponses (1)

Jonathan
Jonathan le 10 Nov 2011
Try 'edit pchip'.

Catégories

En savoir plus sur Interpolation dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by