Borrar filtros
Borrar filtros

converting data from minutes to hours

1 visualización (últimos 30 días)
Oliver
Oliver el 4 de Dic. de 2011
Hi, I have a data set of temperature values for every minute over a time period. What would be the easiest way to convert the data in to hourly data by taking an average of 60 minute periods?
Thanks, Olly

Respuesta aceptada

David Young
David Young el 4 de Dic. de 2011
>> data_minute = rand(180, 1); % synthetic data
>> data_hour = mean(reshape(data_minute, 60, []))

Más respuestas (0)

Categorías

Más información sobre Time Series en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by