LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Removing duplicate rows of numeric 2D Arrays

Solved!
Go to solution

Hi,

 

I'm trying to work out how to remove duplicate rows in an array. For Example:

 

Before:

1 0 1

0 0 1

1 0 1

1 1 1

 

After:

1 0 1

0 0 1

1 1 1

 

Any ideas would be great!

Thanks

0 Kudos
Message 1 of 4
(3,102 Views)

If you want a fast answer, you will have to wait until Altenbach responds, but in the meantime, this should do 🙂

 

Capture.PNG

0 Kudos
Message 2 of 4
(3,082 Views)
Solution
Accepted by topic author LiamMcNulty

Variant attributes are great for this type of work!

Filter array.png

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 3 of 4
(3,047 Views)

Just Another approach.

 

Hope Yaemada has given simplest one!

 

DeleteDuplicate.png

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 4 of 4
(3,040 Views)