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

    %% Map the Geoid
% This example maps the figure of the Earth using the geoid data
% set.  
%%
% Load the geoid data set and map the geoid.
load geoid; 
load coastlines
figure; 
axesm robinson
geoshow(geoid,geoidlegend,'DisplayType','texturemap')
colorbar('southoutside')
geoshow(coastlat,coastlon,'color','k')