timetable

Methods

Method Reference: timetable.cat

timetable: tt = cat (dim, tt1, tt2, …)

Concatenate timetables along a dimension.

tt = cat (dim, tt1, tt2, …) concatenates along dim, which must be 1 or 2: a timetable has two dimensions and there is nothing to stack along a third. cat (1, …) is vertcat and cat (2, …) is horzcat.

See also: vertcat, horzcat

Source Code: timetable