Subtract row from previous row

26 Ansichten (letzte 30 Tage)
C Smyth
C Smyth am 12 Mär. 2018
Kommentiert: Farhan Mustafa am 24 Mai 2020
I have a column of data (n long) and I want to subtract each row from the previous. So x = 1 2 6 1 etc
and I want to subtract row 2 from row 1, then row 3 from row 2 ... etc. Ans = -1 -4 5 etc.

Akzeptierte Antwort

Birdman
Birdman am 12 Mär. 2018
x(1:end-1)-x(2:end)

Weitere Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by