Convert homogeneous array to timetable
TT = array2timetable(X,'RowTimes',rowTimes)
TT = array2timetable(X,'SampleRate',Fs)
TT = array2timetable(X,'TimeStep',dt)
TT = array2timetable(___,'StartTime',t0)
TT = array2timetable(___,'VariableNames',varNames)
converts TT
= array2timetable(X
,'RowTimes',rowTimes
)X
and rowTimes
to a timetable.
X
is an M
-by-N
array
and rowTimes
is an M
-by-1
vector of datetime or duration values. Each column of X
becomes a
variable of TT
. The time values in rowTimes
label the rows of the timetable. TT
is an
M
-by-N
timetable.
For more information on creating and using timetables, see Timetables.
isvarname
| summary
| table2timetable
| timetable
| uitable