03-30-2011 03:54 PM
Hello Evertybody,
I am just a newbee in labview. I was trying to code just a simple stuff like flipping of four coins and counting them as it turns out be head or tail! I wanted to make a bar chart like number of trials vs number of heads. Can anyone suggest what I am doing wrong?
Regards
Anupam
03-30-2011 04:47 PM
You want to plot the Histogram h(x) value or just create an indicator for the Histogram Graph out (top right terminal)
03-30-2011 04:58 PM
Use the General Histogram vi to get better control on setting the bin sizes
03-31-2011 12:15 PM
Hi Omar,
Thank you very much for your reply. Can't I use the waveform graph to do that? I also couldn't find the Histogram graph Indicator.
Regards
Anupam
03-31-2011 12:39 PM
There is no special histogram graph. Just right-click on the output terminal and select Create -> Indicator. You'll get the graph.
03-31-2011 12:44 PM
Thank You 🙂