Financial Time Series | ![]() ![]() |
Concatenate financial time series objects vertically
Syntax
newfts = vertcat(series1, series2, ...)
Description
vertcat
implements vertical concatenation of financial time series objects. vertcat
essentially adds data points to a time series object. The objects to be vertically concatenated must not have any identical dates. However, they must have the same data series names.
The description fields will be concatenated as well. They will be separated by ||
.
See Also
![]() | uplus | volroc | ![]() |