1-Visitor
September 30, 2013
Solved
Double Interpolation Min/Max
- September 30, 2013
- 2 replies
- 2111 views
Great thanks to previous posts for the content in my file. However I'm trying to modify a double interpolation program so it only returns values within the set. Basically I want to set the minimum and maximum values to be the outermost rows/columns.
For example, if Cr is less than 0.16 and Ar is less than 0.05 i want a return of 1.95. Similarly if Cr is 1.5 and Ar is 2, I want a return of 1.40.
Your advice and suggestions in lamens terms is greatly appreciated.
The spline function to the right of the page is similar and needs the same attention however its linear interpolation so should be less complicated.
