findstartstoptimes (Aero.Node)
Return start and stop times for time series data
Syntax
[tstart,tstop] = findstartstoptimes(h,tsdata)
[tstart,stop] = h.findstartstoptimes(tsdata)
Description
[tstart,tstop] = findstartstoptimes(h,tsdata)
and [tstart,stop] = h.findstartstoptimes(tsdata)
return
the start and stop times of time series data tsdata
for
the virtual reality animation object h
.
Examples
Version History
Introduced in R2007b