Simulate2DLanding:
% Simulate the 2D landing problem and generate plots.
The initial state is [0;h;-u;0]
--------------------------------------------------------------------------
Form:
Simulate2DLanding( t, beta, d, name )
--------------------------------------------------------------------------
------
Inputs
------
t (1,:) Time vector
beta (1,:) Thrust angle (rad)
d (.) Data structure describing spacecraft model
.u (1,1) Initial horizontal velocity
.h (1,1) Initial altitude
name (1,:) Name for the plots
-------
Outputs
-------
None
--------------------------------------------------------------------------
Children:
Common: Graphics/Plot2D
Common: Graphics/TimeLabl
Missions: LunarLanding/PropagateState