How do I find the oscillation of these wobbles on matlab?
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
0 comentarios
Respuestas (1)
Star Strider
el 2 de Jun. de 2020
I am not certain what you want.
If you want to find the individual peak and trough locations, first use the detrend function to remove the linear trend, then findpeaks on the original vector to locate the peaks and the negative of the vector to locate the troughs. The islocalmax and islocalmin functions can also be used to find the peaks and troughs, respectively.
7 comentarios
Image Analyst
el 2 de Jun. de 2020
What did your textbook or instructor talk about recently? I bet you're supposed to use whatever method they discussed.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!