12-15-2014 05:55 AM
Hi. I have a X-Y graph. I try calculate different parts of graph area.
But i cant. I need Area 0-30 and 0-40 for x values
Can you help me?
Thanks.
Kerem
12-15-2014 07:33 AM
Here are some suggestions:
Try fixing these things, submit another (labelled) VI with better descriptions, and we can probably help you.
BS
12-15-2014 09:10 AM
Hello Bob. Thanks for your reply.
Sory for first attachment. I forgot my values save default.
Now you can check new attachment. I have two 1D array X and Y. My each arrays have 701 elements. and my X arrays is 0, 0.1, 0.2, ...., 700
I need calculate 2 area from my X-Y graph.
First one is When X= [0-40]
Other is When X = [0-30]
So that i deleted last 299 elements for between 0-40 values
and last 399 elements for between 0-30 values.
Now i can draw graph for my areas but i cant calculate areas under graph.
B. R.
Kerem
12-15-2014 10:56 AM
I think i fix my problem with numeric integration function.