Findpeaks - excluding peaks within certain x axis values

9 Ansichten (letzte 30 Tage)
James Morris
James Morris am 19 Aug. 2019
Kommentiert: Sean de Wolski am 21 Aug. 2019
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

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 19 Aug. 2019
findpeaks(y(x>10))
?
  6 Kommentare
James Morris
James Morris am 21 Aug. 2019
I am using matlab2015
Sean de Wolski
Sean de Wolski am 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))

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by