Subtract row from previous row

26 visualizzazioni (ultimi 30 giorni)
C Smyth
C Smyth il 12 Mar 2018
Commentato: Farhan Mustafa il 24 Mag 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.

Risposta accettata

Birdman
Birdman il 12 Mar 2018
x(1:end-1)-x(2:end)

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by