Findpeaks - excluding peaks within certain x axis values

11 views (last 30 days)
I am using findpeaks (result seen below), however I would like to ignore the first peak within x axis 0 - 10. What is the best way to go about this?
Cheers

Accepted Answer

Sean de Wolski
Sean de Wolski on 19 Aug 2019
findpeaks(y(x>10))
?
  6 Comments
Sean de Wolski
Sean de Wolski on 21 Aug 2019
What does "not working" mean? Are you getting errors, wrong results? Post the MAT file and repro code. The below one looks right to me.
findpeaks(siw(x>10))

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!