Path: Missions/LunarLanding
% Simulate the 2D landing problem and generate plots. -------------------------------------------------------------------------- Form: Simulate2DLanding( t, beta, d, name ) -------------------------------------------------------------------------- ------ Inputs ------ t (1,:) Time vector beta (1,:) Thrust angle (rad) d (.) Data structure describing spacecraft model .x (4,1) Initial state (ex. [0;h;-u;0]) .g (1,1) Gravitational acceleration .a (1,1) Thrust acceleration (m/s^2) .n (1,1) Number of steps name '' Name for the plots ------- Outputs ------- None --------------------------------------------------------------------------
Missions: LunarLanding/PropagateState Common: Graphics/Plot2D Common: Graphics/TimeLabl
Back to the Missions Module page