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

1 次查看(过去 30 天)
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).

采纳的回答

MathWorks Support Team
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Time Series 的更多信息

产品


版本

R2009a

Community Treasure Hunt

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

Start Hunting!

Translated by