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

    %% Draw Map of Terrain Elevations in Korea
% 
%%
% Draw a map of terrain elevations in Korea.
load korea
h = worldmap(map, refvec);
set(h, 'Visible', 'off')
geoshow(h, map, refvec, 'DisplayType', 'texturemap')
demcmap(map)