setDutchRollRequirements
Class: Aero.FixedWing.Specification
Namespace: Aero
Syntax
specificationOut = setDutchRollRequirements(specificationIn,Name=Value)
Description
sets requirements for Dutch roll mode for flying quality analysis.specificationOut = setDutchRollRequirements(specificationIn,Name=Value)
Input Arguments
Aero.FixedWing.Specification object, specified as a scalar.
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN, where Name is
the argument name and Value is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Example: MinDampingRatio=10
Minimum damping ratio, specified as a scalar. For more information, see Properties.
Data Types: double
Maximum damping ratio, specified as a scalar. For more information, see Properties.
Data Types: double
Maximum relative amplitude, specified as a scalar. For more information, see Properties.
Data Types: double
N cycles for MaxRelativeAmplitude, specified as a
scalar integer. For more information, see Properties.
Maximum time to halve amplitude of flight mode, specified as a scalar, in seconds. For more information, see Properties.
Data Types: double
Maximum time to double amplitude of flight mode, specified as a scalar, in seconds. For more information, see Properties.
Data Types: double
Maximum time to double amplitude of flight mode, specified as a scalar, in seconds. For more information, see Properties.
Data Types: double
Minimum natural frequency of oscillatory mode, specified as a scalar, in rad/s. For more information, see Properties.
Data Types: double
Maximum natural frequency of oscillatory mode, specified as a scalar, in rad/s. For more information, see Properties.
Data Types: double
Output Arguments
Aero.FixedWing.Specification object, returned as the modified
Aero.FixedWing.Specification object.
Examples
Set the requirement for the Dutch roll mode MinDampingRatio for flying quality analysis and view DutchRoll mode updates.
Create the Aero.FixedWing.Specfication object.
spec = Aero.FixedWing.Specification;
Set the requirement for Dutch roll mode MinDampingRatio for flying quality analysis.
spec = setDutchRollRequirements(spec,MinDampingRatio=10)
spec =
Specification with properties:
Phugoid: [1×1 Aero.FixedWing.FlyingQuality.PhugoidMode]
ShortPeriod: [1×1 Aero.FixedWing.FlyingQuality.ShortPeriodMode]
DutchRoll: [1×1 Aero.FixedWing.FlyingQuality.DutchRollMode]
Spiral: [1×1 Aero.FixedWing.FlyingQuality.SpiralMode]
RollSubsidence: [1×1 Aero.FixedWing.FlyingQuality.RollSubsidenceMode]
Properties: [1×1 Aero.Aircraft.Properties]
View the DutchRoll mode updates.
spec.DutchRoll
ans =
DutchRollMode with properties:
MinDampingRatio: 10
MaxDampingRatio: Inf
MinNaturalFrequency: 0
MaxNaturalFrequency: Inf
MaxTimeToHalf: Inf
MinTimeToDouble: -Inf
MaxRelativeAmplitude: Inf
NCycles: 7
Active: 1
Name: "Dutch Roll Mode"
RequirementFunctions: {}
Version History
Introduced in R2025a
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Website auswählen
Wählen Sie eine Website aus, um übersetzte Inhalte (sofern verfügbar) sowie lokale Veranstaltungen und Angebote anzuzeigen. Auf der Grundlage Ihres Standorts empfehlen wir Ihnen die folgende Auswahl: .
Sie können auch eine Website aus der folgenden Liste auswählen:
So erhalten Sie die bestmögliche Leistung auf der Website
Wählen Sie für die bestmögliche Website-Leistung die Website für China (auf Chinesisch oder Englisch). Andere landesspezifische Websites von MathWorks sind für Besuche von Ihrem Standort aus nicht optimiert.
Amerika
- América Latina (Español)
- Canada (English)
- United States (English)
Europa
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)