derivate of x y points

3 views (last 30 days)
joo
joo on 26 Oct 2012
hello everyone.
i have two rows: x and y points, generated by experimental tests.
this data means x,y positions. i would like to obtain velocity and so i need to derivate these points.
is this somehow possible?
thank you so much. any help would be appreciated.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 26 Oct 2012
Diff(y)./diff(x)

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!