Effacer les filtres
Effacer les filtres

How can I plot interpolation line besides nodes?

1 vue (au cours des 30 derniers jours)
Ayob
Ayob le 15 Juin 2013
I have a plot() order in my program and I want to have interpolation line on the graph besides specific nodes which are evaluated before. How can I do it?
I like to have spline interpolation.

Réponse acceptée

Ayob
Ayob le 15 Juin 2013
>> t=spline(X,Y,h);
>> plot(X,Y,'*',h,t)

Plus de réponses (0)

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