www.gusucode.com > map 案例源码 matlab代码程序 > map/PlotLatitudeAndLongitudeExample.m

    %% Plot Latitude and Longitude
% This example shows how to plot latitude and longitude.
%%
% 
load coastlines
axesm('ortho','origin',[45 45]); 
axis off;
gridm on; 
framem on;
mlabel('equator')
plabel(0); 
plabel('fontweight','bold')
plotm(coastlat,coastlon)