LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering numbers in an array

Hello,
 
I have data in an 1d array and I want to remove the points less than a set value.  The points could also be changed to 0.
 
Thanks in advance for any help.
 
Paul
0 Kudos
Message 1 of 2
(2,352 Views)


@professorburnout wrote:
Hello,
 
I have data in an 1d array and I want to remove the points less than a set value.  The points could also be changed to 0.
 
Thanks in advance for any help.
 
Paul


if you only want to set the values<threshold to zero, see the attached code snippet:
Message 2 of 2
(2,343 Views)