Main Content

Timetables

Données tabulaires horodatées

Le type de table timetable associe une heure à chaque ligne. Tout comme table, le type de données timetable peut stocker des variables orientées colonnes comportant le même nombre de lignes. Toutes les fonctions de table peuvent être utilisées avec des timetables. Ces dernières proposent en outre des fonctions temporelles permettant d’aligner et de combiner des timetables et d’effectuer des calculs avec une ou plusieurs d’entre elles. Pour plus d’informations, consultez Create Timetables ou regardez la vidéo Managing Time-Stamped Tabular Data with Timetables (Gérer des données tabulaires horodatées avec les timetables).

Pour trouver et labelliser les événements dans une timetable, attachez-lui une table d’événements (eventtable). Pour plus d’informations, consultez eventtable.

Fonctions

développer tout

timetableTables for time series data, with timestamped rows and variables of different types
timeseries2timetableConvert timeseries objects to timetable (depuis R2021b)
table2timetableConvert table to timetable
array2timetableConvert homogeneous array to timetable
timetable2tableConvert timetable to table
istimetableDetermine if input is timetable
istabularDetermine if input is table or timetable (depuis R2021b)
summaryPrint summary of table, timetable, or categorical array

Importation et exportation de base

readtimetableCreate timetable from file
writetimetableWrite timetable to file

Définir des règles d’importation

detectImportOptionsCreate import options based on file content
spreadsheetImportOptionsImport options object for Spreadsheets
getvaroptsGet variable import options
setvaroptsSet variable import options
setvartypeSet variable data types
previewPreview eight rows from file using import options

Fichiers Parquet

parquetreadRead columnar data from a Parquet file
parquetwriteWrite columnar data to Parquet file
parquetinfoGet information about Parquet file
headGet top rows of array or table
tailGet bottom rows of array or table
uniqueUnique values in array
timerangeTime range for timetable row subscripting
withtolTime tolerance for timetable row subscripting
vartypeSubscript into table or timetable by variable type
rowfilterSelectively import rows of interest (depuis R2022a)
sortrowsSort rows of matrix or table
retimeResample or aggregate data in timetable, and resolve duplicate or irregular times
synchronizeSynchronize timetables to common time vector, and resample or aggregate data from input timetables
lagTime-shift data in timetable
containsrangeDetermine if timetable row times contain specified time range (depuis R2020a)
overlapsrangeDetermine if timetable row times overlap specified time range (depuis R2020a)
withinrangeDetermine if timetable row times are within specified time range (depuis R2020a)
isregularDetermine if input times are regular with respect to time or calendar unit
eventtableEvent table (depuis R2023a)
extracteventsExtract event table from subset of timetable data (depuis R2023a)
eventfilterCreate event filter for selecting timetable rows (depuis R2023a)
synceventsAdd and synchronize variables from attached event table to timetable (depuis R2023a)
anymissingDetermine if any array element is missing (depuis R2022a)
ismissingFind missing values
standardizeMissingInsert standard missing values
rmmissingRemove missing entries
fillmissingFill missing entries
stackedplotStacked plot of several variables with common x-axis

Applications

Data CleanerPreprocess and organize column-oriented data (depuis R2022a)

Tâches du Live Editor

Retime TimetableResample or aggregate timetable data in the Live Editor (depuis R2020a)
Synchronize TimetablesRetime and combine timetables to new time vector in the Live Editor (depuis R2020a)
Compute by GroupSummarize, transform, or filter by group in the Live Editor (depuis R2021b)
Pivot TableSummarize tabular data in pivoted table in the Live Editor (depuis R2023b)

Rubriques