04-27-2010 01:08 PM
Hello: How to integrate a histogram between two limits while the program is running?
In attachment I included a simple program that generates a histogram for a uniform distribution with limits between (0 a 1) How to evaluate the area between x and y where 0<x<y<1?
Thank you very much!
04-27-2010 04:53 PM
Hello Fgarcia,
You should be able to use Integral of Polynomial over[a,b] VI to calculate the integral under the curve.
I've modified one of the shipping examples from labVIEW Histogram Example to calculate the area under the curve.
Hope this helps.
04-27-2010 05:10 PM
Thank you very much. I will try it. I forgot to say that I have LabVIEW 8.0
Francisco