| Aerospace Toolbox | ![]() |
[tstart,tstop] = findstartstoptimes(h,tsdata)
[tstart,stop]
= h.findstartstoptimes(tsdata)
[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.
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);![]() | fganimation (Aero.FlightGearAnimation) | findstartstoptimes (Aero.Node) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |