Generate a heatmap around the Earth

9 次查看(过去 30 天)
Hello everyone,
The problem I have is that I would like to create a graph like the one shown in the attached image. Basically, I would like to plot the Earth and around it a heatmap based on some tabular data output from an external software. In the table I have the spatial density of the debris around the Earth as a function of declination, right ascension and altitude with respect to the center of the Earth.
I wanted to ask if you knew of any commands that can help me with my goal so I can read the associated documentation and figure out how to proceed.
Thank you very much.

回答(1 个)

Tushar
Tushar 2023-9-28
Hi Marcello,
I understand that you are interested in creating a 3D plot of the Earth accompanied by heatmap data.
The Mapping Toolbox in MATLAB is a powerful tool for working with geographic and spatial data, providing the capability to visualize data on the Earth's surface in a 3D globe representation. It offers a comprehensive workflow for managing geographic data. For more information, refer to the below documentation:
To help you achieve your goal, consider utilizing the following commands/functions:
  • geoglobe - This function allows you to create a geographical globe as demonstrated below:
  • geoplot3 - Use this function to plot data on the geographical globe, such as overlaying heatmap data onto the 3D Earth model.
For more information, refer to the below mentioned documentations:
I hope this information proves to be useful.

类别

Help CenterFile Exchange 中查找有关 Data Distribution Plots 的更多信息

标签

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by