i want to obtain a vector that each element is subtract from the previous one

1 view (last 30 days)
if i have values q={3 6 8 10 12 15 16} and i want to obtain a vector that gives me: k={3 3 2 2 2 3 1}
K(ii)=q(ii)-q(ii-1)
how can i do that

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 30 Apr 2021
diff()

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!