|
Hi Group,
I have a question regarding 2D interpolation of incomplete data. I
there there ought to be solutions for this, but I cannot come up with
it. If you could please give me some hint, I'd highly appreciate!
Let's say that I have a few scattered data points in a 3 x 3 data
array.
(1, 1, 1.4)
(1, 3, 2)
(2, 1, 2.4)
(2, 3, 3.6)
(3, 1, 2)
(3, 3, 4.2)
Here, the first and second elements of ( ) are the index of array and
column. The third is the value for this given data point.
I would like to project these data points onto a 3 x 3 data array and
fill in the rest, vacant data points with interpolated values. I think
interp2 can do this, but I failed to realize it...
Again, thank you for your help!
Regards,
Frank
|