timetable.repmat
timetable: tt2 = repmat (tt, sz)
timetable: tt2 = repmat (tt, rows, cols)
Repeat a timetable as a block.
tt2 = repmat (tt, rows, cols) repeats
the whole timetable rows times downwards and cols times
across. Given a single argument both counts take it. Each copy carries
the row times it came from, so the result has repeated row times and is
generally irregular; each repeated variable takes a numbered name,
A becoming A, A_1.
Source Code: timetable