I have xy graph-similar I drow and I'd like to find points, marked with red, automaic(not by hand with cursor) For he right point y value (x=0) and for he left one x value (y=0) The input are two arrays.
Basically, you want the smallest x for y=0 and the largest y for x=0.
Most likely, your points don't fall exactly on zero, so you must interpolate. This should be quite easy. Do you have an actual real data set for me to play with?
I have attached a vi to import the data file you posted. Not sure about the interpolation side of things mentioned by Christian. Hopefully Christian will help you out further using this as a baseline.
Give you a start at least...
David
Version 8
Message Edited by David Crawford on 04-21-200601:23 PM