How can I project a jpeg over a sphere?

4 views (last 30 days)
Cervantes
Cervantes on 11 Jun 2013
I am trying to model a spacecraft orbiting around Jupiter, and I would like the sphere to actually look like the planet. Is there an easy way to do this?
I have seen that is possible to do it with the Earth, with something like topomap commands.
In case a jpeg is not a format directly supported by Matlab, do you recommend another way to achieve the same result, such as using an additional software package or even another program?
Thank you a lot.

Answers (2)

Bjorn Gustavsson
Bjorn Gustavsson on 11 Jun 2013
If it doesn't do exactly what you want it to it should be perfectly simple to make a modified version that does exactly what you ask for.
HTH

Walter Roberson
Walter Roberson on 11 Jun 2013
You can also use patch() objects instead of surface() objects.

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!