Borrar filtros
Borrar filtros

Synchronise two time series

1 visualización (últimos 30 días)
tilfani oussama
tilfani oussama el 1 de Mzo. de 2018
Respondida: tilfani oussama el 2 de Mzo. de 2018
I have two dated time series, i import the with readtable command, i would like to synchronize them. taking only values with equal dates, can someone tel howw we can do it. Bests

Respuesta aceptada

Star Strider
Star Strider el 1 de Mzo. de 2018
The R2016a synchronize (link) or the timeseries version of synchronize (link) appear to be appropriate to your problem.
  2 comentarios
Star Strider
Star Strider el 2 de Mzo. de 2018
tilfani oussama’s Answer moved here: (02 Mar 2018 10:00UCT)
Thank you for your reply, i have a matlab 2015a, so i would like to know if possible to synchronize two time series with. Bests
Star Strider
Star Strider el 2 de Mzo. de 2018
My pleasure.
The datetime and related functions introduced in R2016a make these significantly easier.
My only suggestion would be to use the ismembertol (link) introduced in R2015a on the date numbers (use datenum) derived from the date (and time) vectors.

Iniciar sesión para comentar.

Más respuestas (1)

tilfani oussama
tilfani oussama el 2 de Mzo. de 2018
Can you give more elements, i tried with but i fail, please find attached my series

Categorías

Más información sobre Calendar 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!

Translated by