MATLAB: How to create a spherical graph with points that are latitude and longitude

spherical cooridinates

I have a list of locations given in lat and long. How can I graph them in a sphere so that it looks like a globe?

Best Answer

MathWorks provides a Mapping Toolbox to analyze and visualize geographic information.
Here is a useful link: Mapping toolbox
To plot and visualize a geographical location on a globe, see this example: Mesh over a globe