How can I plot interpolation line besides nodes?

1 visualizzazione (ultimi 30 giorni)
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.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Interpolation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by