timetable.ndims
timetable: N = ndims (tt)
Number of dimensions in timetable.
N = ndims (tt) always returns 2. A timetable is always a two-dimensional container of rows and variables, whatever the shape of the values held in those variables.
N = ndims (tt)
See also: size
Source Code: timetable