Convert homogeneous array to table
converts
the T
= array2table(A
)m
-by-n
array, A
,
to an m
-by-n
table, T
.
Each column of A
becomes a variable in T
.
array2table
uses the input array name appended
with the column number for the variable names in the table. If these
names are not valid MATLAB® identifiers, array2table
uses
character vectors of the form 'Var1',...,'Var
,
where N
'N
is the number of columns in A
.
creates
a table from an array, T
= array2table(A
,Name,Value
)A
, with additional options
specified by one or more Name,Value
pair arguments.
For example, you can specify row names or variable names to include in the table.
cell2table
| isvarname
| struct2table
| table
| table2array