timetable.isempty
timetable: TF = isempty (tt)
True for an empty timetable.
TF = isempty (tt) returns true when tt has no rows or no variables, and false otherwise.
TF = isempty (tt)
See also: size, height, width
Source Code: timetable