uiaerorpm
Create revolutions per minute (RPM) indicator component
Description
creates an RPM indicator in
a new figure. MATLAB® calls the rpm
= uiaerorpmuifigure
function to create the
figure.
The RPM indicator displays measurements for engine revolutions per minute in percentage of RPM.
The range of values for RPM goes from 0 to 110%. Minor ticks represent increments of 5% RPM and major ticks represent increments of 10% RPM.
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 RPM indicator properties using one or more rpm
= uiaerorpm( ___ ,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