Path: Missions/LunarLanding
% Simulate a 3D landing and generate plots. -------------------------------------------------------------------------- Form: Simulate3DLanding( dT, d, name ) -------------------------------------------------------------------------- ------ Inputs ------ dT (1,:) Time step vector d (.) Data structure describing spacecraft model .s0 (7,1) State [x;y;z;vX;vY;vZ;m] .beta (1,:) Thrust angle in rv plane .alpha (1,:) Thrust angle out of plane .thrust (1,:) Thrust (N) .accel (1,:) 'constant' or 'free' name (1,:) Name for the plots ------- Outputs ------- None --------------------------------------------------------------------------
Missions: LunarLanding/PropagateState3D Missions: LunarMission/PlanetWithTerrainPatch SC: Ephem/LoadLunarTopography SC: Ephem/RSHMoon SC: SCData/gltm2b Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/DeBlankLT Common: General/MatToCell Common: General/Watermark Common: Graphics/Mesh2 Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/TimeLabl Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Math: Analysis/PAL Math: Analysis/SCHarm Math: Integration/RK4 Math: Linear/DupVect Math: Linear/Factorl Math: Linear/Mag Math: Linear/Unit
Back to the Missions Module page