Financial Time Series Toolbox    
vertcat

Concatenate financial time series objects vertically

Description

vertcat implements vertical concatenation of financial time series objects. vertcat essentially adds data points to a time series object. Objects to be vertically concatenated must not have any duplicate dates and/or times or any overlapping dates and/or times. The description fields are concatenated as well. They are separated by || .

Examples

Create two financial time series objects with daily frequencies:

Use vertcat to concatenate them vertically:

Create two financial time series objects with different frequencies:

Concatenate these two objects vertically:

If all frequency indicators are the same, the new object has the same frequency indicator. However, if one of the concatenated objects has a different freq from the other(s), the frequency of the resulting object is set to Unknown (0). In these examples, newfts1 has Daily frequency, while newfts2 has Unknown (0) frequency.

See Also

horzcat


  uplus volroc