Demonstrate the planets model.

Plots the paths of the planets using simplified ephemerides. These are suitable for testing control and navigation systems but not form real mission planning. This demo creates a plot of the orbits of Venus, Earth, and Mars.

See also Planets, SolarSys
%--------------------------------------------------------------------------
%   Copyright (c) 1994 Princeton Satellite Systems, Inc.
%   All rights reserved.
%--------------------------------------------------------------------------

[name,av,ev,iv,Wv,wv,Lv,jdref] = Planets('rad',2:4);

SolarSys(iv,Wv,wv,av,ev,Lv,name,jdref)


%--------------------------------------