How can I plot interpolation line besides nodes?

1 次查看(过去 30 天)
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.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by