sloth4z
Mechanical
- Aug 12, 2003
- 132
Is there a way to calculate the intercept of two data sets?
Example: I have a set of data "VX" which contains 100 points marking the X Points for data set 1 and 2. I also have "VY1" which contains 100 points marking the Y points for data set 1, and "VY2" which contains 100 points marking the Y points for data set 2. I want to calculate the X point that will return the same value when I do a linear interpolation of both sets of data.
In other words; how do I find the x value so that linterp(VX,VY1,X)=linterp(VX,VY2,X)?
Example: I have a set of data "VX" which contains 100 points marking the X Points for data set 1 and 2. I also have "VY1" which contains 100 points marking the Y points for data set 1, and "VY2" which contains 100 points marking the Y points for data set 2. I want to calculate the X point that will return the same value when I do a linear interpolation of both sets of data.
In other words; how do I find the x value so that linterp(VX,VY1,X)=linterp(VX,VY2,X)?