From: James on
Hi Guys.

I don't suppose anyone knows how to integrate the above arrays after I have extracted the decimal data using the cellfun functions. I was told to use diff to get the difference between each adjoining cell and then add up the differences for integration, but this only gives me one value (if I've done in right).

I need to integrate twice, once for velocity and once for distance. The arrays are now 2800x1 cell arrays.

Thanks