8.2.54.19 table.repmat

Method: out = repmat (obj, sz)

Replicate matrix.

Repmats a table by repmatting each of its variables vertically.

For tables, repmatting is only supported along dimension 1. That is, the values of sz(2:end) must all be exactly 1. This behavior may change in the future to support repmatting horizontally, with the added variable names being automatically changed to maintain uniqueness of variable names within the resulting table.

Returns a new table with the same variable names and types as tbl, but with a possibly different row count.