Interpolate map

1 view (last 30 days)
Florian
Florian on 28 Mar 2012
I have a map given by a reference matrix (R) and values (Z).
I want to interpolate to a map with a different reference matrix (R_new). How do I do that?
Z = resizem(Z,R,R_new,'method','bilinear') does not seem to work.
Thanks!!!

Answers (0)

Categories

Find more on Interpolation 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!