Findpeaks - excluding peaks within certain x axis values

9 次查看(过去 30 天)
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

采纳的回答

Sean de Wolski
Sean de Wolski 2019-8-19
findpeaks(y(x>10))
?
  6 个评论
Sean de Wolski
Sean de Wolski 2019-8-21
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))

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by