Problem 2476. Max Change in Consecutive Elements

If an array is given as input then find the index of consecutive elements that represent maximum change.

Example:

 Input    x = [1 10 3 0 2 4 0 -8 9 1]
 Output   y = [8 9]

Solution Stats

74.67% Correct | 25.33% Incorrect
Last Solution submitted on Jan 30, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers145

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!