Create table from workspace variables
T = table(var1,...,varN)T = table(var1,...,varN,Name,Value)T = table creates
a table from the input variables, T = table(var1,...,varN)var1,...,varN .
Variables can be of different sizes and data types, but all variables
must have the same number of rows.
For more information on creating and using the table data
type, see Tables.
includes
additional options specified by one or more T = table(var1,...,varN,Name,Value)Name,Value pair
arguments.
For example, you can specify row names or variable names to include in the table.
creates
an empty 0-by-0 table.T = table
array2table | cell2table | isvarname | readtable | struct2table | summary | tall | uitable