02-11-2017 12:28 AM
Hello ! Say I have a collection of 1000 random values between 0 to 1. I want to know how I can plot these values, to find out the frequency of the data elements.
Like say, sample data is - 0.1,0.1,0.3,0.5,0.1
So I want to see graphically that 0.1 has the maximum frequency of occuring, so it will be at a higher peak than the others.
Solved! Go to Solution.
02-11-2017 12:32 AM
What you are looking for is a "histogram". Search the LabVIEW palettes.
02-11-2017 12:36 AM
Thank you, worked like a charm !