datcomToFixedWing
Class: Aero.FixedWing
Namespace: Aero
Syntax
aircraft = datcomToFixedWing(aircraft,datcomstruct)
[aircraft,state] = datcomToFixedWing(aircraft,datcomstruct)
[aircraft,state] = datcomToFixedWing(___,Name,Value)
Description
returns a modified fixed-wing aircraft, aircraft = datcomToFixedWing(aircraft,datcomstruct)aircraft, constructed from the
fields of a Digital DATCOM structure, datcomstruct. To create a DATCOM
structure, see datcomimport.
[
returns an array of aircraft,state] = datcomToFixedWing(aircraft,datcomstruct)Aero.FixedWing.State objects in addition to the modified
fixed-wing aircraft..
[
returns the modified fixed-wing aircraft using additional options specified by one or more
aircraft,state] = datcomToFixedWing(___,Name,Value)Name,Value pair arguments. Specify the Name,Value
argument as the last input argument followed by the input argument combination in the previous
syntax.
Input Arguments
Name-Value Arguments
Output Arguments
Examples
Limitations
This method supports only Digital DATCOM, which is the 1976 version of DATCOM.
This fields
alpha,mach,alt,grndht, anddeltamust be strictly monotonically increasing.This method requires a Simulink® license.
Version History
Introduced in R2021aSee Also
Aero.FixedWing | datcomimport | Simulink.LookupTable (Simulink)