Borrar filtros
Borrar filtros

Calculate average (daily, monthly, seasonally) for long time series data

5 visualizaciones (últimos 30 días)
Hi everyone,
How to use ignore NaN value when calculate mean or geomean using retime?
Thank you.

Respuestas (1)

Ajay Kumar
Ajay Kumar el 24 de Abr. de 2020
You can ignore NaN values using property omitnan
  1 comentario
Aries Dwi Siswanto
Aries Dwi Siswanto el 24 de Abr. de 2020
Hi Ajay Kumar,
Thank you for your help. I have already used this omitnan, also nanmean when I was applying to retime function (https://www.mathworks.com/matlabcentral/answers/371225-calculate-daily-monthly-annual-averages-from-hourly-data).
Here some synthax that I used:
t = datetime (year, month, day, hour, minute, second);
hourlytemp = timetable(t, TempSurf);
monthlyavg = retime (hourlytemp, 'monthly', 'nanmean')
Error using timetable/retime (line 140)
Unrecognized synchronization method: 'nanmean'.
How to use the nanmean combined to retime?

Iniciar sesión para comentar.

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by