how to find the upper envelope and lower envelope by 2D spline interpolation of local maxima and local minima respectively?

2 views (last 30 days)
the local maxima and minima of an image are calculated. how to do spline interpolation in a matrix

Accepted Answer

Matt J
Matt J on 8 Jul 2013
Edited: Matt J on 8 Jul 2013
I don't think there is a way to interpolate scattered data using splines. I'm not even sure how you'd define it. Anyway, for interpolating scattered data in MATLAB, you're pretty much limited to TriScatteredInterp.
I'm assuming you really mean it when you say "interpolation" and not "regression".

More Answers (0)

Categories

Find more on Interpolation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!