update
Class: Aero.FixedWing
Namespace: Aero
Syntax
aircraft = update(aircraft)
aircraft = update(aircraft,Rename=Value)
Description
returns the modified coefficient aircraft
= update(aircraft
)
Aero.FixedWing
object.
updates the aircraft
= update(aircraft
,Rename=Value
)Name
property in the
Simulink.lookuptable.StructTypeInfo
object of each
Simulink.LookupTable
coefficient in the Aero.FixedWing
object
hierarchy. The updated name is a compilation of all component Name
values
in the Aero.FixedWing
hierarchy, with this format:
Listed in descending order
Separated by underscores (_)
Appended by the
stateOutput
andstateVariable
values of eachSimulink.LookupTable
location
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2021a
See Also
Aero.FixedWing
| getCoefficient
| setCoefficient
| Simulink.LookupTable
(Simulink) | Simulink.lookuptable.StructTypeInfo
(Simulink)