La traducción de esta página está obsoleta. Haga clic aquí para ver la última versión en inglés.
Un timetable
(horario) es un tipo de tabla que asocia una hora con cada fila. Al igual que una table
(tabla), el tipo de dato timetable
puede almacenar variables de datos orientadas a columnas que tienen la misma cantidad de filas. Todas las funciones de la tabla funcionan con horarios. Además, los horarios proporcionan funciones específicas de tiempo para alinear, combinar y realizar cálculos con uno o más horarios. Para obtener más información, consulte Create Timetables o vea Gestión de datos tabulares con marca de tiempo con horarios.
Retime Timetable | Resample or aggregate timetable data in the Live Editor |
Synchronize Timetables | Retime and combine timetables to new time vector in the Live Editor |
Join Tables | Combine two tables using key variables in the Live Editor |
Stack Table Variables | Combine values from multiple table variables into one table variable in the Live Editor |
Unstack Table Variables | Distribute values from one table variable to multiple table variables in the Live Editor |
Create timetables to associate times with rows of data. Adjust data in a timetable to a different set of times, and synchronize data in multiple timetables.
Clean Timetable with Missing, Duplicate, or Nonuniform Times
Clean timetables that have missing, duplicate, or irregular times, and produce regular timetables.
Resample and Aggregate Data in Timetable
Resample or aggregate data in a timetable to a new vector of row times.
Indexing into tables with parentheses, dot notation, and curly braces accesses table data in different ways. You can use indexing to create a table that is a subset of a larger table or to create an array from data in a table.