04-25-2007 09:00 AM
04-25-2007 09:29 AM
11-16-2007 11:17 AM
I just ran across the same problem. I have 2 curves and I need to find the intersection. Here's the solution:
1.) Get a fit of the two curves. In my case, a second order polynomial.
2.) Subtract the two sets of coefficients.
3.) Use the resulting coefficients to create a third curve. Anyplace where it crosses 0 is where the two original curves are equal. I think LV has a vi to find he zeros of a curve.
Good luck.
11-16-2007 12:16 PM