Findpeaks - excluding peaks within certain x axis values

10 vues (au cours des 30 derniers jours)
James Morris
James Morris le 19 Août 2019
Commenté : Sean de Wolski le 21 Août 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

Réponse acceptée

Sean de Wolski
Sean de Wolski le 19 Août 2019
findpeaks(y(x>10))
?
  6 commentaires
James Morris
James Morris le 21 Août 2019
I am using matlab2015
Sean de Wolski
Sean de Wolski le 21 Août 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))

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by