How to extract all the data between two different dates?
조회 수: 38 (최근 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!