简体   繁体   中英

How to group financial time series objects in Matlab

I want to group 2 or more financial time series objects of different length. Specifically, I have FTS a and b, a is shorter than b, and how can I get a time series c, so that c has two sub series a and b, and all the missing records in a is filled with null values. Thank you.

听起来好像您正在寻找MERGE功能。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM