Questions tagged [gridding]

Gridding is the process of mapping scattered dataset onto a structured grid via some type of interpolation.

16 questions
0
votes
1 answer

Interpolate over specified axis in MATLAB

I have an n-dimensional matrix, funtointerpolate, and I wish to perform one dimensional interpolation along one of its axes (let's call it axis m). In Python, interpolate functions such as interp1d allow one to specify the axis of interpolation. In…
1
2