julian89
Mechanical
- Nov 11, 2013
- 33
Hi all!
I'm attempting perform linear interpolation with 3 independent variables, like so:
The goal is to extract the rows corresponding to d0..d3 based on the inputs a, b and c.
Here is a simple test data set that I have put together:
Excel sheet here
I have done interpolation with 2 independent variables using the Bicubic2D function, but this get's me lost. My best attempt now is to do a simple linear interpolation ('a' to find 'b'), then use the Bicubic2D function to find the dependent variable.
Any tips or hints or resources to help me along the way?
Cheers
I'm attempting perform linear interpolation with 3 independent variables, like so:
The goal is to extract the rows corresponding to d0..d3 based on the inputs a, b and c.
Here is a simple test data set that I have put together:
Excel sheet here
I have done interpolation with 2 independent variables using the Bicubic2D function, but this get's me lost. My best attempt now is to do a simple linear interpolation ('a' to find 'b'), then use the Bicubic2D function to find the dependent variable.
Any tips or hints or resources to help me along the way?
Cheers