Orari
timetable
è un tipo di tabella che associa un orario a ogni riga. Come table
, il tipo di dati timetable
può memorizzare variabili di dati orientate alle colonne che hanno lo stesso numero di righe. Tutte le funzioni della tabella funzionano con gli orari. Inoltre, gli orari forniscono funzioni specifiche per l'orario per allineare, abbinare ed eseguire calcoli con uno o più orari. Per maggiori informazioni, vedere Create Timetables o guardare Managing Time-Stamped Tabular Data with Timetables (Gestione dei dati tabellari temporali con orari).
Per trovare ed etichettare gli eventi in un orario, allegarci una tabella degli eventi. Per maggiori informazioni, vedere eventtable
.
Funzioni
App
Data Cleaner | Preprocess and organize column-oriented data (Da R2022a) |
Attività di Live Editor
Ritemporizzare l'orario | Resample or aggregate timetable data in the Live Editor (Da R2020a) |
Sincronizzare gli orari | Retime and combine timetables to new time vector in the Live Editor (Da R2020a) |
Calcolare per gruppo | Summarize, transform, or filter by group in the Live Editor (Da R2021b) |
Tabella Pivot | Summarize tabular data in pivoted table in the Live Editor (Da R2023b) |
Argomenti
- Create Timetables
Create timetables from input row times and data arrays, by converting arrays, tables, or
timeseries
arrays, or by importing files with tabular data. - Clean Timetable with Missing, Duplicate, or Nonuniform Times
Clean timetables that have missing, duplicate, or irregular times, and produce regular timetables.
- Direct Calculations on Tables and Timetables
You can perform calculations directly on tables and timetables without indexing to extract their data. All the variables in your tables and timetables must have data types that support calculations.
- Resample and Aggregate Data in Timetable
Resample or aggregate data in a timetable to a new vector of row times.
- Access Data in Tables
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.