play
Animate FlightGear flight simulator using given position/angle time series
Syntax
Description
play(
animates the FlightGear flight simulator using the time series data
specified in h
)h
.
Input Arguments
h
— Aero.FlightGearAnimation
object
Aero.FlightGearAnimation
handle
Aero.FlightGearAnimation
object. The
time series dataset in h
is
determined by the property TimeSeriesSource.
More About
Algorithm
The time advancement algorithm used by play is based on animation frames counted by ticks:
ticks = ticks + 1; time = tstart + ticks*FramesPerSecond*TimeScaling;
where TimeScaling and FramesPerSecond are properties of Aero.FlightGearAnimation
object.
For default TimeseriesReadFcn, the last frame played is the last time value.
Time is in seconds and position values are in the same unit as the geometry model to be used by FlightGear (see the property GeometryModelName), and all angles are in radians. Using incorrect units could result in the early termination of the FlightGear flight simulator.
Note
If there is a 15% difference between the expected time advance and the actual time advance, this method will generate this warning:
TimerPeriod has been set to <value>. You may wish to modify the animation TimeScaling and FramesPerSecond properties to compensate for the millisecond limit of the TimerPeriod. See documentation for details.
play supports FlightGear animation objects with custom timers.
Version History
Introduced in R2007a
See Also
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)