[event,ind] = findEvent(tse,tsename)
returns the first tsdata.event object event
with the name tsename in an array of
tsdata.event objects tse. The output
argument ind is the index of tse corresponding
to event.
[event,ind] = findEvent(tse,tsename,n)
returns the nth tsdata.event object in the
array tse and its index.