isempty

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.

Syntax

tf = isempty(fts)

Arguments

fts

Financial time series object.

Description

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.

Introduced before R2006a