All Questions
1 question
2
votes
1
answer
667
views
Data points falling outside the meshgrid being interpolated over, while the meshgrid certainly covers those points
I am trying to interpolate sparse data over a meshgrid, but am observing some rather odd behavior. The white dots are precisely where I have values, and I am relying on the linear interpolation ...