Dear All,
Found the solution to stack and filter the vector to calculated value.
I am looking for a loop or formula which I can calculate area under each section of the vector and then cummulate them.
Solved! Go to Solution.
The first argument in your function A.tot is without any use and so you should omit it.
Its not absolutely clear to me what you are trying to achieve.
Could it be that you are looking for some table of this kind
Another way to get the cumulative values would be by using integration again
The first argument in your function A.tot is without any use and so you should omit it.
Its not absolutely clear to me what you are trying to achieve.
Could it be that you are looking for some table of this kind
Another way to get the cumulative values would be by using integration again