07-05-2011 03:38 AM
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)
Solved! Go to Solution.
07-05-2011 07:38 AM
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
07-05-2011 03:08 PM