Convert timetable to table
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, first
convert it to a table with timetable2table
. Then
write the table to a file with the writetable
function.
array2timetable
| isvarname
| summary
| table2timetable
| timetable
| uitable