uiaeroturn
Create turn coordinator component
Description
creates a turn coordinator
in a new figure. MATLAB® calls the turn
= uiaeroturnuifigure
function to create the
figure.
The uiaeroturn
function displays measurements on a gyroscopic
turn rate instrument and on an inclinometer.
The gyroscopic turn rate instrument shows the rate of heading change of the aircraft as a tilting of the aircraft symbol in the gauge.
The inclinometer shows whether the turn is coordinated, slipping, or skidding by the position of the ball.
When the ball is centered, the turn is coordinated. When the ball is off center, the turn is slipping or skidding. The turn rate instrument has marks for wings level and for a standard rate turn. A standard rate turn is a heading change of 3 degrees per second, also known as a two minute turn.
The input for gyroscopic turn rate instruments and inclinometers is in degrees. The turn rate value is input as the degrees of tilt of the aircraft symbol in the gauge. The standard rate turn marks are at angles of ±15 degrees. Tilt angle values are limited to ±20 degrees, whereas inclinometer angles are limited to ±15 degrees.
For example, turn indicator and inclinometer values of [15 0]
indicate a coordinated, standard rate turn.
Note
Use this function only with figures created using the
uifigure
function. Apps created using GUIDE or the
figure
function do not support flight instrument
components.
specifies turn coordinator properties using one or more turn
= uiaeroturn( ___ ,Name,Value
)Name,Value
pair arguments. Use this option with any of the input argument combinations in the
previous syntaxes.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b