IfNameis'unnamed'(the default value), then the corresponding variable name is'Data'(or'Data_1','Data_2', and so on, when multiple time series have'unnamed'as their names). Data Specifies the data assigned to the corresponding timetable variable. ...
To create a timetable, you can read data from a file into a table using the readtimetable function, or you can convert variables having other data types. To convert: An array, use the array2timetable function. A table, use the table2timetable function. A timeseries object, use the ti...
Learn about MATLAB container types—cell arrays, tables, timetables, structs, and dictionaries—and how to choose the right one for your application.
Warning: FINTS is not recommended. Use TIMETABLE instead. For more information, see <a href="matlab:web(fullfile(docroot, 'finance/convert-from-fints-to-timetables.html'))">Convert Financial Time Series Objects (fints) to Timetables</a>. ...
If you specify a single method,convert2semiannualapplies the specified method to all time series inTT1. If you specify a string vector or cell vectoraggregation,convert2semiannualappliesaggregation(j)toTT1(:,j);convert2semiannualapplies each aggregation method one at a time (for more details, see...
timetable that become variables of the output event table, specified as a string array, character vector, integer array, logical array, orpatternscalar. These variables do not label events or specify their ends or durations. They are data variables thatextracteventscopies to the output event ...
To create a timetable, you can read data from a file into a table using the readtimetable function, or you can convert variables having other data types. To convert: An array, use the array2timetable function. A table, use the table2timetable function. A timeseries object, use the ti...
To create a timetable, you can read data from a file into a table using the readtimetable function, or you can convert variables having other data types. To convert: An array, use the array2timetable function. A table, use the table2timetable function. A timeseries object, use the ti...
To convert: An array, use thearray2timetablefunction. A table, use thetable2timetablefunction. A time series, use thets2timetablefunction. Alternatively, you can use thetimetablefunction described below. Create a timetable from input arrays or preallocate space for variables whose values are ...
TT = ts2timetable(ts1,...,tsN) converts the timeseries objects ts1,...,tsN to a timetable. The number of variables in TT equals the number of inputs. All of the timeseries objects ts1,...,tsN must have the same sample times.Examples...