How to extract all the data between two different dates?
40 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Gaetano Mannino
il 27 Dic 2022
Risposto: Eric Sofen
il 27 Dic 2022
I would like to extract all the data from a timetable between the upper and lower time limit.
as example between 01/06/2021 07:50 and 15/06/2021 12:00.
How can i implement the filter (without looking just the row number)?
Thank in advance
0 Commenti
Risposta accettata
Più risposte (1)
Eric Sofen
il 27 Dic 2022
Isbetween returns a logical vector based on a vector of datetimes. This can then be used to index into a timetable.
Timerange is used directly by the timetable to select the rows between the specified end points.
0 Commenti
Vedere anche
Categorie
Scopri di più su Timetables in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!