Create timetable from workspace variables
The timetable function creates
a timetable. For more information on creating and using timetables,
see Timetables.
creates
a timetable from the input data variables TT = timetable(rowTimes,var1,...,varN)var1,...,varN and
the time vector rowTimes. The data variables can
be different sizes and data types as long as they have the same number
of rows. rowTimes must be a datetime or duration
vector, also with the same number of rows.
To create a timetable from a table or an array, use the table2timetable or array2timetable function.
creates
a timetable from the input data variables TT = timetable(var1,...,varN,'RowTimes',rowTimes)var1,...,varN and
the time vector rowTimes.
creates
a timetable and assigns the variables the names TT = timetable(___,'VariableNames',{varName1,...,varNameN})varName1,...,varNameN.
The variable names must be unique, valid MATLAB® identifiers in
a cell array. You can use this syntax with any of the input arguments
of the previous syntaxes.
array2timetable | isvarname | summary | table2timetable | Timetable Properties | timetable2table | uitable