フィルターのクリア

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 Center および File ExchangeLoops and Conditional Statements についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by