Problem 2223. Cumulative difference

Given an array, return the cumulative difference.

Example

 a = [ 1 3 5 7 ]
 cumdiff = [ 1 2 1 -2 ]

Solution Stats

40.69% Correct | 59.31% Incorrect
Last Solution submitted on Jan 22, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers72

Suggested Problems

More from this Author25

Problem Tags

Community Treasure Hunt

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

Start Hunting!