필터 지우기
필터 지우기

Synchronise two time series

조회 수: 1 (최근 30일)
tilfani oussama
tilfani oussama 2018년 3월 1일
답변: tilfani oussama 2018년 3월 2일
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

채택된 답변

Star Strider
Star Strider 2018년 3월 1일
The R2016a synchronize (link) or the timeseries version of synchronize (link) appear to be appropriate to your problem.
  댓글 수: 2
Star Strider
Star Strider 2018년 3월 2일
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 2018년 3월 2일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

tilfani oussama
tilfani oussama 2018년 3월 2일
Can you give more elements, i tried with but i fail, please find attached my series

카테고리

Help CenterFile Exchange에서 Calendar에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by