How to plot satellite orbit around the earth

조회 수: 5 (최근 30일)
Caroline Kenemer
Caroline Kenemer 2021년 2월 8일
댓글: Caroline Kenemer 2021년 2월 8일
Can someone show me a simple code to plot the trajectory of a satelittle based on the semi-major axis, a and radius.
  댓글 수: 2
James Tursa
James Tursa 2021년 2월 8일
Plot an ellipse directly. Plot the results of an ode45( ) integration? Plot the results of your own Euler or Modified Euler integration? Can you give more details what the assignment is?
Caroline Kenemer
Caroline Kenemer 2021년 2월 8일
give i) the type of orbit trajectory (circle, ellipse, parabola, or hyperbola), ii)the semimajor axis (a), and iii) plot the trajectory in Matlab or equivalentsoftware. In each plot, place the perigee on the right hand side, set the axislimits to +/- 2.5 Earth radii (use Earth radiusRe= 6378 km), and usetheaxis imagecommand to obtain a square aspect ratio (this will correctlydisplay the shape of the trajectory). Use thegridcommand to turn ona numeric grid on your plot. Use enough points in Matlab to make thetrajectory easily visible (you might want to write a Matlab script to dothis). Draw the radius of the Earth on the plot as a circle withr= 1 Earthradius (you can do this manually or Matlab do it for you).
I found the type of trajectory and the semi-major axis but do not know how to plot it.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Earth and Planetary Science에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by