Path: Orbit/OrbitCoord
% Converts eccentric longitude to true longitude Since version 1. -------------------------------------------------------------------------- Form: [L, sinL, cosL] = K2L( P1, P2, K ) -------------------------------------------------------------------------- ------ Inputs ------ P1 e sin(longitude of pericenter) P2 e cos(longitude of pericenter) K Eccentric longitude ------- Outputs ------- L True longitude sinL Sine of true longitude cosL Cosine of true longitude --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the Orbit Module page