Interpolation contour map: Based on Z1( x1, y1), Z2( x2,y2), to interpolate Z3(x3,y3)
Jmp has a contour map to use certain algorithm to interpolate results, based on Z1( x1, y1), Z2( x2,y2) to calculate Z3 (x3,y3). For example below 3 column, if we know the x,y, and its corresponding height, how can we calculate the height at (2,2)?Is there a script for doing this type of interpolation? Thanks X, Y, Height1,1, 101,2,321,3, 132,1,232,2, ??2,3, 443,1,233,2,113,3,42