rajan
October 30th, 2009, 06:15 PM
Hi, I'm having some problems with Mathematica importing my x,y data from various files and then processing them. The import seems to be going fine with the command
DA23 = Import["/home/rajan/Work/ExpData/PL/102109/P147DA23.PRN",
"Data"]
which outputs an array of x,y data like this (truncated)
{{430, 650}, {430.5, 624}, {431, 644}, {431.5, 636}, {432, 734}, { }}
but i can't figure out how to numerically integrate this data set. The examples (and the actual syntax) seem to require a function in order to integrate it. I'd rather not have to set up some sort of calculation that does this same thing because someone else has probably done it. thanks for reading.
DA23 = Import["/home/rajan/Work/ExpData/PL/102109/P147DA23.PRN",
"Data"]
which outputs an array of x,y data like this (truncated)
{{430, 650}, {430.5, 624}, {431, 644}, {431.5, 636}, {432, 734}, { }}
but i can't figure out how to numerically integrate this data set. The examples (and the actual syntax) seem to require a function in order to integrate it. I'd rather not have to set up some sort of calculation that does this same thing because someone else has probably done it. thanks for reading.