How to extract all the data between two different dates?
23 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
その他の回答 (1 件)
Eric Sofen
2022 年 12 月 27 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Timetables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!