Path: LunarMissions/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 '' 'constant' or 'free' name (1,:) Name for the plots ------- Outputs ------- None -------------------------------------------------------------------------- See also: PropagateState3D, Plot2D, PlanetWithTerrainPatch --------------------------------------------------------------------------
LunarMissions: LunarLanding/PropagateState3D LunarMissions: LunarMission/PlanetWithTerrainPatch SC: Ephem/RSHMoon Common: Graphics/Plot2D Common: Graphics/TimeLabl Math: Linear/Mag Math: Linear/Unit
Back to the LunarMissions Module page