Main Content

findstartstoptimes

Class: Aero.Node
Namespace: Aero

Return start and stop times of time series data

Simulink 3D Animation Viewer used by findstartstoptimes has been removed. Aero.VirtualRealityAnimation does not open or play animations. Use sim3d classes in Unreal Engine 3d Environment to create and view a 3D environment instead. For more information on transitioning to the new 3D environment, see Transition Aero.VirtualRealityAnimation to Unreal Engine 3D Environment.

Description

[tstart,tstop] = findstartstoptimes(h,tsdata) returns the start and stop times of time series data tsdata for the animation node object h.

Input Arguments

expand all

Aerospace node object, specified as an instance of the Aero.Node class.

Time series data for animation object, specified as a timeseries object, timetable object, Simulink®, or double precision array.

Dependencies

The TimeSeriesSource property affects the interpretation of this argument.

Output Arguments

expand all

Start time, returned as a scalar.

Stop time, returned as a scalar.

Version History

Introduced in R2007a