approximate a function using Hermite spline
Show older comments
f:[0,5] -> R, f(x)= 1/(1+x^2) and 4 equidistant nodes from [0,5]. I need to approximate f(pi), f'(pi) and f''(pi) using a Hermite spline. Please give me some ideas for this algorithm.
Answers (1)
Andrew Newell
on 22 May 2011
0 votes
Categories
Find more on Splines in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!