Findpeaks - excluding peaks within certain x axis values

10 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Sean de Wolski
Sean de Wolski il 19 Ago 2019
findpeaks(y(x>10))
?
  6 Commenti
Sean de Wolski
Sean de Wolski il 21 Ago 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))

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by