Help understanding interp2?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
madhan ravi
el 15 de Jun. de 2020
Editada: madhan ravi
el 15 de Jun. de 2020
0 votos
V(X,Y) -> function Xq & Yq are query points
query points -> what would be the functions value at these points.
1 comentario
Troy McClure
el 15 de Jun. de 2020
Categorías
Más información sobre Interpolation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!