Main Content

ClearTimer

Clear and delete timer for animation of FlightGear flight simulator

Description

ClearTimer(h) clears and deletes the MATLAB® timer for the animation of the FlightGear flight simulator.

example

Examples

collapse all

This example shows how to clear and delete the MATLAB® timer for animation of the FlightGear animation object, h.

h = Aero.FlightGearAnimation;
h.SetTimer;
h.ClearTimer;
h.SetTimer('FGTimer');

Input Arguments

collapse all

Version History

Introduced in R2008b

See Also