Next: table.repmat, Previous: table.renamevars, Up: table [Contents]
8.2.55.28 table.repelem ¶
- Method:
out = repelem (obj, R) ¶
- Method:
out = repelem (obj, R_1, R_2) ¶
-
Replicate elements of matrix.
Replicates elements of this table matrix by applying repelem to each of
its variables. This
Only two dimensions are supported for repelem on tables.