Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Read how to compute apogee and perigee from TLE data: http://www.satobs.org/seesat/Dec-2002/0197.html(Links to an external site.) Add an apogee and perigee function to the last programming assignment....

1 answer below »

Read how to compute apogee and perigee from TLE data:

http://www.satobs.org/seesat/Dec-2002/0197.html(Links to an external site.)

Add anapogeeandperigeefunction to the last programming assignment.

Each function takes two input parameters:

1)mean_motion

2)eccentricity

Print the same output as the previous assignment, plus the apogee and perigee. Look up some of the satellites online to check your results.

Also test the program by printing the perigee/apogee for all the recently launched satellites.

You will of course need to add some code to extract the mean_motion and eccentricity from TLE line 2.

Remenber you can check results by searching online fornorad to find the correct results.

Answered Same Day Oct 12, 2021

Solution

Nishchay answered on Oct 12 2021
116 Votes
clear all;
clc;
sat_list=string(splitlines(we
ead("https:
celestrak.com/NORAD/elements/tle-new.txt")));
fprintf("----------------------------------------------------------------------------------------------------\n")
fprintf("******************The satelites which have 45 degree or more...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here