saveFixedWingToScript
Class: Aero.FixedWing
Namespace: Aero
Syntax
savedName = saveFixedWingToScript(aircraft,filename)
savedName = saveFixedWingToScript(___,varname)
savedName = saveFixedWingToScript(___,Name=Value)
Description
saves the savedName
= saveFixedWingToScript(aircraft
,filename
)FixedWing
object aircraft
to a MATLAB® script file, filename
. The function overwrites existing
files named filename
.
saves the savedName
= saveFixedWingToScript(___,varname
)FixedWing
object aircraft
to the variable
specified by varname
instead of aircraft
to a script
file, filename
.
saves a savedName
= saveFixedWingToScript(___,Name=Value
)FixedWing
object with additional options. Specify
Name=Value
as the last combination of arguments preceded by any of the
input argument combinations in the previous syntaxes.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2024b