Azzera filtri
Azzera filtri

Generate a heatmap around the Earth

6 visualizzazioni (ultimi 30 giorni)
MARCELLO CHIARIELLO
MARCELLO CHIARIELLO il 4 Apr 2022
Risposto: Tushar il 28 Set 2023
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.

Risposte (1)

Tushar
Tushar il 28 Set 2023
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.

Categorie

Scopri di più su Data Distribution Plots in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by