How to plot satellite orbits around the Earth? (combining plots)
Show older comments
I have a script that produces the earth on a 3D set of axis and another that produces the orbit of a satellite in the form of a ring. (plot3 was used to model the satellite's trajectory). Does anyone know how I can combine the plot of the earth and that of the orbit trajectory?
Answers (1)
KSSV
on 16 Mar 2018
1 vote
Use hold on and then plot both on the same figure. Simple... :)
4 Comments
Christopher Maraj
on 16 Mar 2018
KSSV
on 16 Mar 2018
Show us the m file/ code.
Christopher Maraj
on 16 Mar 2018
Christopher Maraj
on 16 Mar 2018
Categories
Find more on Earth and Planetary Science in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!