linearizeAirframe
Linearize airframe model around operating points
Syntax
Description
linearizes an airframe model around a specified operating point or operating point
specification object and generates an output state-space model that contains only
longitudinal states. A Linearize Airframe dialog window prompts you to
select an operating point or operating point specification object from the base workspace.
If an operating point or operating point specification object does not exist in the base
workspace, click the Launch Trim Tool button in the Linearize
Airframe dialog window. This button starts the Simulink®
Control Design™ Model Linearizer in which you can create the operating point specification
object. The linSys
= linearizeAirframe(modelToAnalyze
)linearizeAirframe
function uses this object as the
operating condition around which to linearize the airframe model.
linearizes an airframe model around the specified operating point object or operating point
specification object.linSys
= linearizeAirframe(modelToAnalyze
)
linearizes an airframe model around the specified operating point object or operating point
specification object.linSys
= linearizeAirframe(modelToAnalyze
,opPoint
)
displays bode and step plot results of longitudinal linearization.linSys
= linearizeAirframe(modelToAnalyze
,opPoint
,generatePlots
)
Examples
Input Arguments
Output Arguments
Limitations
This function requires the Simulink Control Design license.
Version History
Introduced in R2018b
See Also
asbFlightControlAnalysis
| computeLateralDirectionalFlyingQualities
| computeLongitudinalFlyingQualities
| trimAirframe
| Model
Linearizer (Simulink Control Design)