| Author |
Comment/Response |
lazy
|
04/11/07 09:59am
Dear all
I'm trying to integrate a list of data:
<< NumericalMath`ListIntegrate`
data = Import["trz12.dat"];
area = ListIntegrate[data, 0.00068]
and it doesn't work, it give me back the whole list, but when i change the step by an integer number, 1 or 68 it gives me back a result, could somebody give me a hint on what to do?, or is not possible to use the ListIntegrate option with real numbers?
Thanks in advance
lazy
URL: , |
|