LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Filter out marked data from XY graph (Draw graph)

Solved!
Go to solution

Hi there,

 

I've a question about "filtering" data from an XY Graph, please see the attachement.

 

The graph shows some sample data (white plot) and a red "ballon" plot (you can press left mouse button

and move over the graph to draw the red plot).

 

My need is to get all samples inside the red ballon, but presently I got stuck with it!

 

Any Ideas?!

 

(The attached VI is saved by LabVIEW2009 version)

0 Kudos
Message 1 of 3
(2,892 Views)

To determine id a point is inside of the red baloon it must satisfy the condition where the X,Y is less than any X,Y point and greater than any other X,Y point.   To filter them out remove outliers from the array or set their values to nan to not plot them 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 3
(2,884 Views)