How to find common time between two time series

Answers (1)

Yona
Yona on 16 Sep 2014
Edited: Yona on 16 Sep 2014
tc.time give you all times in time serie in array. so you can find common data between 2 array.
for this you can use intersect function.

2 Comments

This won't work if two timeseries have different sampling time.

Sign in to comment.

Categories

Asked:

on 16 Sep 2014

Commented:

on 16 Feb 2021

Community Treasure Hunt

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

Start Hunting!