uiaeroclimb
Create climb rate indicator component
Syntax
Description
creates a climb rate
indicator in a new figure. MATLAB® calls the climbrate
= uiaeroclimbuifigure
function to create the
figure.
The climb rate indicator displays measurements for an aircraft climb rate in ft/min.
The needle covers the top semicircle, if the velocity is positive, and the lower semicircle, if the climb rate is negative. The range of the indicator is from –Maximum feet per minute to Maximum feet per minute. Major ticks indicate Maximum/4. Minor ticks indicate Maximum/8 and Maximum/80.
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 climb rate indicator properties using one or more
climbrate
= uiaeroclimb( ___ ,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