Finding minimums and maximums of repetitive numbers in a matrix
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Vahid Esmaeili
el 16 de Jul. de 2020
Comentada: Vahid Esmaeili
el 16 de Jul. de 2020
Hello,
Would you please assist me to find minimums and maximums of repetitive numbers in the attached matrix (EXCEL file). Actually, corresponding values of red ovals and green and blue arrows are different events recorded as biomechanical data during human gait. I am a beginner and need explanation to understand how to calculate the corresponding values. Thank you very much.
2 comentarios
Respuesta aceptada
David Hill
el 16 de Jul. de 2020
Might need to filter slightly to smooth data to obtain consistent results.
redA=islocalmax(a)&a>.1;
greenA=islocalmin(diff([a(1);a]))&a<.03;
blueA=islocalmin(a)&a<.03
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Preprocessing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!