Dear all,
I have a 2D array (MAP) Which holds the value of temperature1 in one axis and temperature2 on the other axis with values in the array are the actuator output level. The array has given in low resolution and so i need to interpolate from two coordinates.
For example, Let us take a 3 x 5 array
0 1 2 3 4
0 10 20 30 40 30
1 50 60 30 50 20
2 10 15 40 20 25
the rows shown in green color are indicating temperature1 values and the columns shown in Orange are indicating temperature2. The resultant array combinations are the values that is used to control the outputs.
If i have temperature1 value as 3.5 and temperature2 value as 1.5, thwen i need to interpolate the array.
Can any one help me how to interpolate the 2D array? Is there any VI for doing this?
Can the index array help me to do this. Please advice!