timetable2table
Convert timetable to table
Description
converts the T = timetable2table(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.
The conversion discards the properties RowTimes,
StartTime, SampleRate,
TimeStep, and Events because they are
properties for timetables only. The properties that remain after conversion are
properties that tables and timetables have in common.
To write a timetable out to a text or spreadsheet file, use the writetimetable function.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2016b