Greetings,
I have a table of two variables, Xi and Yj. These two values are used to give a needed parameter value, W. The table is 42 columns and 86 rows, but not all rows all completely populated (Visualize a large page with a big rectangle looking table like a spreadhseet; the data fills the shape of a diamond). I need to be able to perform an interpolation on the columns and on the rows in order to calulcaute the corresponding Z value from the table. For example, if the Y column headings are 1,2,3,4,5,... and the X row headings are 100,200,300,400,500,..., then if one gives the vlaue of (X,Y) = (275,2.3), I need to find the corresponding Z. How can I do that in LabVIEW? Expecially considering the fact that there is not a corresponding X value for each and every Y value. Thanks