Main Content
timetable2table
Convert timetable to table
Description
T = timetable2table(
converts
the TT
)M
-by-N
timetable TT
to
an M
-by-(N+1)
table. The vector
of row times from TT
becomes the first variable
in T
.
To write a timetable out to a text or spreadsheet file, use the writetimetable
function.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2016b