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

    %% Map the Geoid over South America and Central Pacific
% 
%%
% Make a map of the geoid over South America and the central Pacific.
worldmap([-50 50],[160 -30])
load geoid
geoshow(geoid, geoidrefvec, 'DisplayType', 'texturemap');
load coastlines
geoshow(coastlat,coastlon)