findstartstoptimes (Aero.Body) - Return start and stop times of 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 animation
body object h.
Examples
Find the start and stop times of the time series data, tsdata.
b=Aero.Body;
b.load('pa24-250_orange.ac','Ac3d');
tsdata = [ ...
0, 1,1,1, 0,0,0; ...
10 2,2,2, 1,1,1; ];
b.TimeSeriesSource = tsdata;
[tstart,tstop] = findstartstoptimes(b,tsdata);See Also
load
 | fganimation (Aero.FlightGearAnimation) | | findstartstoptimes (Aero.Node) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit