LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

finding overlaping points between two graphs

Solved!
Go to solution

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,

0 Kudos
Message 1 of 7
(3,389 Views)
0 Kudos
Message 2 of 7
(3,388 Views)

@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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 3 of 7
(3,371 Views)

Hi, Ben.

 

This is not exactly what I wanted.

 

I wanted exact coordinates (x,y) where my fisrt plot touches second plot.

 

Kristina.

0 Kudos
Message 4 of 7
(3,359 Views)

Hi Kristina,

can you please upload a vi which contains exampes values? Wherefrom do you get your values?

 

Mike

0 Kudos
Message 5 of 7
(3,344 Views)

Hi.

 

Here is my .vi.

I hope it will help You.

 

Kristina.

0 Kudos
Message 6 of 7
(3,331 Views)
Solution
Accepted by topic author Tina2

If you are just interested in finding the points that are matching, just compare the two VI's as shown below.

matching array.png

Zach C.
Field Engineer
Greater Los Angeles

0 Kudos
Message 7 of 7
(3,307 Views)