Financial Time Series | ![]() ![]() |
Syntax
iscomp = iscompatible(tsobj_1, tsobj_2)
Description
iscomp = iscompatible(tsobj_1, tsobj_2)
returns 1
if both financial time series objects tsobj_1
and tsobj_2
have the same dates and data series names. It returns 0
if any component is different.
iscomp = 1
indicates that the two objects contain the same number of data points as well as equal number of data series. However, the values contained in the data series can be different.
See Also
![]() | horzcat | isequal | ![]() |