Is there a function to select data common to several TIMESERIES objects in MATLAB 7.8 (R2009a)?

1 view (last 30 days)
I am looking for a function creates a TIMESERIES object from data that is common to other TIMESERIES objects. For example create T4 = (D2 D3) out of T1 = (D1 D2 D3 D4), T2 = (D2 D3 D5 D6), T3 = (D1 D2 D3 D7).

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 21 Jul 2009
A function to select common data out of several TIMESERIES objects is not available in MATLAB 7.8 (R2009a).
As a workaround, please use the FIND function along with DATA property of TIMESERIES object to create new TIMESERIES object.

More Answers (0)

Categories

Find more on Time Series in Help Center and File Exchange

Products


Release

R2009a

Community Treasure Hunt

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

Start Hunting!