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.