Financial Time Series Toolbox | ![]() ![]() |
Syntax
Arguments
tsobj_1 ... |
A list of financial time series objects |
Description
iseq = isequal(tsobj_1, tsobj_2, ...)
returns 1
if all listed financial time series objects have the same dates, data series names, and values contained in the data series. It returns 0
if any of those components is different.
iseq = 1
implies that each object contains the same number of dates and the same data. Only the descriptions may differ.
See Also
![]() | iscompatible | isfield | ![]() |