timetable

Methods

Method Reference: timetable.width

timetable: W = width (tt)

Number of variables in timetable.

W = width (tt) returns the number of variables in the timetable tt as a scalar. It is the equivalent of size (tt, 2). The row times are not a variable and are not counted.

See also: height, size

Source Code: timetable