True for empty financial time series objects
isempty is not recommended. Use timetable instead. For more information, see Convert Financial Time Series Objects fints to Timetables.
tf = isempty(fts)
| Financial time series object. |
isempty for financial time series objects is based on the
MATLAB®
isempty function. See isempty.
tf = isempty(fts) returns true
(1) if fts is an empty financial time series
object and false (0) otherwise. An empty financial time series object
has no elements, that is, length(fts) = 0.