Flight Instruments
To display flight status information for your application, such as altitude and heading, use the cockpit instrument functions and their properties or gauges in MATLAB® App Designer. For example, you can use these functions and properties or gauges to replicate the look and feel of a standard cockpit. Create these standard cockpit instruments. Aerospace Toolbox creates the cockpit instruments as components. Use the associated properties to control the appearance and behavior of these cockpit instrument components.
The functions work only with figures created with the
uifigure
function. Apps created with GUIDE or the
figure
function do not support flight instrument components.
With an Aerospace Toolbox license, flight instruments gauges are also available through
MATLAB App Designer.
Functions
uiaeroairspeed | Create airspeed indicator component |
uiaeroaltimeter | Create altimeter component |
uiaeroclimb | Create climb rate indicator component |
uiaeroegt | Create exhaust gas temperature (EGT) indicator component |
uiaeroheading | Create heading indicator component |
uiaerohorizon | Create artificial horizon component |
uiaerorpm | Create revolutions per minute (RPM) indicator component |
uiaeroturn | Create turn coordinator component |
Properties
AirspeedIndicator Properties | Control airspeed indicator appearance and behavior |
Altimeter Properties | Control altimeter appearance and behavior |
ArtificialHorizon Properties | Control artificial horizon appearance and behavior |
ClimbIndicator Properties | Control climb indicator appearance and behavior |
EGTIndicator Properties | Control exhaust gas temperature (EGT) indicator appearance and behavior |
HeadingIndicator Properties | Control heading indicator appearance and behavior |
RPMIndicator Properties | Control revolutions per minute (RPM) indicator appearance and behavior |
TurnCoordinator Properties | Control turn coordinator appearance and behavior |
Topics
- Create and Configure Flight Instrument Component and an Animation Object
Display data using any flight instrument function.
- Flight Instrument Components in App Designer
Display data using flight instrument gauges in App Designer.