Financial Time Series Toolbox    
horzcat

Concatenate financial time series objects horizontally

Description

horzcat implements horizontal concatenation of financial time series objects. horzcat essentially merges the data columns of the financial time series objects. The time series objects must contain the exact same dates and times.

When multiple instances of a data series name occur, concatenation adds a suffix to the current names of the data series. The suffix has the format _objectname<n>, where n is a number indicating the position of the time series, from left to right, in the concatenation command. The n part of the suffix appears only when there is more than one instance of a particular data series name.

The description fields will be concatenated as well. They will be separated by two forward slashes (//).

Examples

Construct three financial time series each containing a data series named DataSeries:

Concatenate the time series horizontally into a new financial time series newfts.

The resulting object newfts has data series names: DataSeries_firstfts, DataSeries_secondfts2, DataSeries_thirdfts, and DataSeries_secondfts4.

Verify this with the command

Use chfield to change the data series names.

See Also

vertcat


  hist iscompatible