Local Minima - MATLAB Cody - MATLAB Central

Problem 1912. Local Minima

Difficulty:Rate

Given a vector of data x, find the values of local minimum that is smaller than its neighbor elements. For example, if

 x = [ 1 2 5 8 7 5 9 10]

a local minimum equal to 5 can be found. Return a vector of local minima.

Solution Stats

70.91% Correct | 29.09% Incorrect
Last Solution submitted on Nov 27, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers67

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page