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

    %% Plot Distinct Patch Objects on Current Map Axes
%  
%%
% Plot coastline data as distinct patch objects.
load coastlines
axesm sinusoid; 
framem
h = patchesm(coastlat,coastlon,'b');
% Number of objects created.
length(h)