LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding The Area of A XY-Graph

I have obtained several plots of graphs but i cant figure out how to get the areas of those plots (The plots are shown in the attachment). Is there anyway in labview that i can get those areas?

 

0 Kudos
Message 1 of 2
(2,772 Views)
If you reduce the shape to a polygon, you can use the formula:

Area = (1/2) Sum [i=0 -> N-1] (xi*yi+1) - (xi+1*yi)

LV 7 Example attached ( a polygon of 2 triangles)

Message Edited by Jonnie 5 on 11-17-2005 11:40 AM



2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 2 of 2
(2,733 Views)