From: Chris on
Hi,

Sorry I am new at Matlab so I hope this all makes sense.

I have a set of data A which is a matrix size [1, 17937]:

e.g.

30911
30883
30857
30853
30831

The values are acceleration, and each row is a time slot of a set time which equals 0.0067, I am trying to find the Velocity and Displacement of each acceleration by using double integration, I have been suggest to use cumsum and defiend but I am finding it hard to understand these functions and was hoping someone could give he some advice, or a link to a good tutorial.

Kind Regards

Chris

and Thank You for all your help