01-26-2011 04:22 AM
Hi.
I would like to find overlaping points on my graph.
I'm simulating sinus, and I'm getting sampled sinus from my instrument.
On graph, I see overlaping points, which are not perfectly same, with some tolerance.
I would like to marked it on graph. Is it possible?
Or just store these equal (with tolerance) samples in array?
I've tried to use compare within tolerance but with no success.
Best regards,
Kristina,
Solved! Go to Solution.
01-26-2011 04:24 AM
Here is one example.
01-26-2011 07:39 AM
@Tina2 wrote:
Here is one example.
You could right-click the plot property and set the "fill to... option to be the other plot. When displayed the descrepency between the two plots will be filled in.
Ben
01-26-2011 10:21 AM
Hi, Ben.
This is not exactly what I wanted.
I wanted exact coordinates (x,y) where my fisrt plot touches second plot.
Kristina.
01-27-2011 12:14 AM
Hi Kristina,
can you please upload a vi which contains exampes values? Wherefrom do you get your values?
Mike
01-27-2011 04:37 AM
Hi.
Here is my .vi.
I hope it will help You.
Kristina.
01-27-2011 04:31 PM
If you are just interested in finding the points that are matching, just compare the two VI's as shown below.