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

1 次查看(过去 30 天)
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

采纳的回答

Fangjun Jiang
Fangjun Jiang 2021-4-30
diff()

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by