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

    %% Draw Map of Antarctica
%  
%%
% Draw a map of Antarctica, using the |worldmap| function.
worldmap('antarctica')
antarctica = shaperead('landareas', 'UseGeoCoords', true,...
  'Selector',{@(name) strcmp(name,'Antarctica'), 'Name'});
patchm(antarctica.Lat, antarctica.Lon, [0.5 1 0.5])