table2cell
Convert table to cell array
Syntax
Description
converts the
table or timetable, C = table2cell(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
Tis a table with row names, thenCdoes not include the row names.If
Tis a timetable, thenCdoes not include the row times.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2013b