ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plot Histogram for double array

I have an array(DBL) with differnt values.The array values are (for example),
 
597.656
597.652
597.656
597.652
-5.9766
-5.9766
-5.9768
-5.9766
 
How to plot the histogram for this array values?
 
-Kumar.B


Message Edited by Kumar B on 01-28-2008 06:43 AM

Message Edited by Kumar B on 01-28-2008 06:43 AM
0 Kudos
Message 1 of 4
(3,508 Views)
You could use the Create Histogram Express VI to get started
0 Kudos
Message 2 of 4
(3,497 Views)
I need to draw the plot like the attached picture.The array is,
 
597.656     count 4
597.652     count 3
 
So X-axis should consists of 596.652 & 597.656 .But i am not getting like that(In attached example).
 
Shall you post an example.
 
-Kumar.B
 

Message Edited by Kumar B on 01-28-2008 09:45 PM


Message Edited by Kumar B on 01-28-2008 09:47 PM
Download All
0 Kudos
Message 3 of 4
(3,483 Views)
You need to change either the number of bins or the min and max. There are also lower level histogram functions on the Mathematics>Probablility and Statistics palette.
0 Kudos
Message 4 of 4
(3,466 Views)