New timeseries
object with samples
occurring after event
ts1 = gettsafterevent(ts,event)
ts1 = ttsafterevent(ts,event,n)
ts1 = gettsafterevent(ts,event)
returns
a new timeseries
object ts1 with samples occurring
after an event in ts, where event can be either a tsdata.event
object
or a string. When event is a tsdata.event
object,
the time defined by event is used. When event is a string, the first tsdata.event
object
in the Events
property of ts
that
matches the event name specifies the time.
ts1 = ttsafterevent(ts,event,n)
returns
a new timeseries
object ts1
with
samples occurring after an event in time series ts
,
where n is the number of the event occurrence with a matching event
name.
gettsafteratevent
| gettsbeforeevent
| gettsbetweenevents
| timeseries
| tsdata.event