Path: Orbit/Visualization
% Plot the two initial orbits and the transfer orbit. The default planet is the Earth. Since version 2014.1 -------------------------------------------------------------------------- Form: PlotOrbitTransfer( el1, el2, elT ); PlotOrbitTransfer( el1, el2, elT, mu ); PlotOrbitTransfer( el1, el2, elT, mu, jdDep, jdArr, trans_dir) -------------------------------------------------------------------------- ------ Inputs ------ e11 (1,6) Orbital elements of first orbit [a,i,W,w,e,M] e12 (1,6) Orbital elements of final orbit e1T (1,6) Orbital elements of transfer orbit mu (1,1) Gravitational parameter [km^3/sec^2] jdDep (1) Julian date of departure jdArr (1) Julian date of arrival trans_dir (1) transfer type - 1 direct, -1 retrograde ------- Outputs ------- None --------------------------------------------------------------------------
Common: Database/Constant Common: Graphics/NewFig SC: BasicOrbit/Period SC: BasicOrbit/RVFromKepler
Back to the Orbit Module page