ClearTimer (Aero.FlightGearAnimation)
Clear and delete timer for animation of FlightGear flight simulator
Syntax
ClearTimer(h)
h.ClearTimer
Description
ClearTimer(h)
and h.ClearTimer
clear and delete the MATLAB® timer
for the animation of the FlightGear flight simulator.
Examples
Clear and delete the MATLAB timer for animation of the
FlightGear animation object, h
:
h = Aero.FlightGearAnimation h.SetTimer h.ClearTimer h.SetTimer('FGTimer')
Version History
Introduced in R2008b