Main Content
table2cell
Convert table to cell array
Syntax
Description
C = table2cell(
converts the table or timetable,
T
)T
, to a cell array, C
. Each variable in
T
becomes a column of cells in C
.
The output C
does not include the table properties in
T.Properties
.
If
T
is a table with row names, thenC
does not include the row names.If
T
is a timetable, thenC
does not include the row times.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2013b