Help understanding interp2?
Show older comments
Can someone explain to me how interp2(X,Y,V,Xq,Yq) works? I've read the matlab docs, but they aren't very clear. Can anyone explain how it works more plainly?
Accepted Answer
More Answers (1)
madhan ravi
on 15 Jun 2020
Edited: madhan ravi
on 15 Jun 2020
0 votes
V(X,Y) -> function Xq & Yq are query points
query points -> what would be the functions value at these points.
1 Comment
Troy McClure
on 15 Jun 2020
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!