computeLongitudinalFlyingQualities
Calculate short-period and long-period (phugoid) mode characteristics of specified state-space model
Syntax
Description
calculates longitudinal flying qualities (short-period and phugoid mode) using the linear
system state-space model selected in the input dialog window and compares the results
against the specified source document requirements.lonFQOut
= computeLongitudinalFlyingQualities(modelToAnalyze
)
calculates longitudinal flying qualities (short-period and phugoid mode) using the linear
system state-space model selected in the input dialog window. lonFQOut
= computeLongitudinalFlyingQualities(modelToAnalyze
,linSys
)
To create a usable state-space model, use the linearizeAirframe
function.
calculates longitudinal flying qualities (short-period and phugoid mode) using linear system
state-space model lonFQOut
= computeLongitudinalFlyingQualities(modelToAnalyze
,linSys
,generatePlots
)linSys
.
[
returns the output results structure variable name, lonFQOut
,varNameOut
] = computeLongitudinalFlyingQualities(___,Name,Value
)varNameOut
, for the
input argument combination in the previous syntax, according to the
Name,Value
arguments.
Examples
Input Arguments
Output Arguments
Limitations
This function requires the Simulink Control Design™ license.