Hello,
In the attached VI, I am attempting to find the number of duplicates in a string array, then return a new array with the number and the corresponding number of times that string appears. In the VI, for the given array:
100, 100, 100, 200, 200, 400, 400, 400, 400, 400, I would like to generate the array:
100 3
200 2
400 5
Thanks for your help!