Interpolate 2-D or 3-D scattered data - MATLAB griddata
https://www.mathworks.com/help/matlab/ref/griddata.html
vq = griddata(x,y,v,xq,yq) fits a surface of the form v = f(x,y) to the scattered data in the vectors (x,y,v).The griddata function interpolates the surface at the query points specified by (xq,yq) and returns the interpolated values, vq.The surface always passes through the data points defined by x …
DA: 81 PA: 68 MOZ Rank: 63