05-10-2007 03:40 PM - edited 05-10-2007 03:40 PM
Message Edited by Oliveira on 05-10-2007 03:45 PM
05-10-2007 04:56 PM
05-11-2007 06:39 AM
05-11-2007 07:24 AM
Hi,
If both Graphs use the same X value, you can simply Index the Array of Y values with your newly discovered X value. If the graphs were plotted with different X scales you will have to use the "Interpolate 1D array" and "Threshold" Vi's to look up the value of X within the other graphs array of x values to find its index. Then use that index to pick out the Y value.
Craig
05-11-2007 08:33 AM
05-11-2007 08:47 AM
Hi,
Have a look at the Attached vi. It should be a starting point for you 🙂
Craig
05-11-2007 08:51 AM