Filter löschen
Filter löschen

Vector Difference

2 Ansichten (letzte 30 Tage)
Mark
Mark am 24 Nov. 2011
Given a vector x=[2 5 6 10 16 29].
Is there a one line command to create another vector that is the difference between the last elements (first element of x is first element of y)?
Example Output: y=[2 3 1 4 6 13]

Akzeptierte Antwort

David Young
David Young am 24 Nov. 2011
y = [x(1) diff(x)]
  1 Kommentar
Mark
Mark am 24 Nov. 2011
I appreciate the quick response. Excellant. Thankyou.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by