Determine whether times in timetable are regular
TF = isregular(TT)
TF = isregular(TT,unit)
[TF,dt]
= isregular(___)
returns TF
= isregular(TT
)1
(true
)
if the row times in the timetable TT
are regular.
Otherwise, it returns 0
(false
).
The row times are regular if they increase or decrease monotonically
by a fixed time step. For example, if consecutive row times always
differ by one second, then the times are regular.
caldiff
| calendarDuration
| datetime
| diff
| duration
| issorted
| retime
| sortrows
| split
| synchronize