Time tolerance for timetable row subscripting
S = withtol(
creates
a subscript to select rows of a timetable. rowTimes
,tol
)S
selects
all rows whose row times match a time in rowTimes
within
the tolerance specified by tol
. The rowTimes
argument
is a datetime or duration array, or a cell array of character vectors
that specify dates and times. tol
must be a duration
value.
If rowTimes
contains datetime values, then
you can only use S
to subscript into a timetable
whose row times are datetime values. Similarly, if rowTimes
contains
duration values, then you can only use S
to subscript
into a timetable whose row times are duration values.
containsrange
| overlapsrange
| retime
| synchronize
| timerange
| vartype
| withinrange