Findpeaks - excluding peaks within certain x axis values

9 visualizaciones (últimos 30 días)
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

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by