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

73.11% Correct | 26.89% Incorrect
Last Solution submitted on Apr 03, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers151

Problem Tags

Community Treasure Hunt

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

Start Hunting!