altitudeSpeedEnvelope
Syntax
Description
creates a plot axes object, ax = altitudeSpeedEnvelope(CLmax,hMax,Vmax,S,mass)ax, and plots the altitude versus airspeed
flight envelope given maximum lift coefficient, maximum altitude, maximum airspeed, wing
area, and mass.
specifies options using one or more name-value arguments in addition to the input arguments
in previous syntaxes. ax = altitudeSpeedEnvelope(___,Name=Value)
altitudeSpeedEnvelope(
plots a boundary line on the specified axes myAx,___)myAx instead of the current
axes. Create myAx with any axes function, such as gca or axes.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026a


