Path: ACPro/ACPerformance
% Color the active aerodynamic surfaces. You initialize the function with a CAD data structure and then pass angle of attack and sideslip angles. Draws a 3D image. Has a demo of the X-15. -------------------------------------------------------------------------- Form: ActiveAeroSurfacesDisplay( 'initialize', g ) ActiveAeroSurfacesDisplay( 'update', alpha, beta ) -------------------------------------------------------------------------- ------ Inputs ------ action (1,:) 'initialize' or 'update' alpha (1,:) Angle of attack (rad) beta (1,:) Sideslip (rad) g (1,1) CAD data structure ------- Outputs ------- None --------------------------------------------------------------------------
AC: ACCoord/UFromAlphaBeta AeroUtils: CAD/LoadCAD Common: Graphics/NewFig Common: Graphics/PolygonProps Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Math: Linear/Dot
Back to the ACPro Module page