From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create a plot of random values between a range

Solved!
Go to solution

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. 

0 Kudos
Message 1 of 3
(2,627 Views)
Solution
Accepted by topic author ksharshit

What you are looking for is a "histogram".  Search the LabVIEW palettes.

Message 2 of 3
(2,625 Views)

Thank you, worked like a charm !

0 Kudos
Message 3 of 3
(2,620 Views)