RHSFlatEarthSet:

Path: ACPro/ModelCreation

% Finds the set point for RHSFlatEarth with fminsearch
 This finds the throttle setting, elevator angle and angle of attack.

 Type RHSFlatEarthSet for a demo

--------------------------------------------------------------------------
   Form:
   [q,control] = RHSFlatEarthSet( x, d, opt )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x       (13,1) State vector [r;v;q;omega] (m,m/s,~,rad/s)
   d       (.)    Data structure (RHSACFlatEarth)
   opt     (.)    Data structure for fminsearch

   -------
   Outputs
   -------
   q       (4,1) Quaternion from ECI to body
   control	(.)   Control data structure

--------------------------------------------------------------------------

Children:

AC: ACCoord/AlphBeta
AC: ACData/Gulfstream
ACPro: ACProAerodynamics/DragPolar
ACPro: ACProAerodynamics/InducedDragCoeff
ACPro: ModelCreation/LiftCoeffStall
ACPro: ModelCreation/RHSACFlatEarth
AerospaceUtils: AeroData/AtmData
AerospaceUtils: Coord/QIToBDot
Common: Atmosphere/StdAtm
Common: CommonData/SwooshWatermark
Common: Control/C2DZOH
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Quaternion/Mat2Q
Common: Quaternion/QForm
Common: Quaternion/QTForm
Math: Linear/Cross
Math: Linear/Mag
Math: Linear/SkewSymm
Math: Linear/Unit
Math: Trigonometry/CosD

Back to the ACPro Module page