Extract data from array at set intervals to new array

I'm extracting some intensity data from video frames and storing it in an array. Frame number along x and amplitude on y, usual stuff.
How would I create a new array which stores the y(row) value every 24 frames?
Thanks

 Respuesta aceptada

Kevin Phung
Kevin Phung el 25 de Feb. de 2019
you can use indexing.
y(1:23:end)

Más respuestas (0)

Productos

Versión

R2018a

Preguntada:

el 24 de Feb. de 2019

Comentada:

el 27 de Feb. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by