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

    %% Elevation Map with Vertical Exaggeration
% Show the elevation map of the Korean peninsula with a vertical
% exaggeration factor of 30.
%%
% Read data from the MAT-file containing information about the Korean
% peninsula.

% Copyright 2015 The MathWorks, Inc.

load korea
%%
% Display the data grid.
[latlim,lonlim] = limitm(map,refvec);
worldmap(latlim,lonlim)
meshm(map,refvec,size(map),map)
demcmap(map)
view(3)
%%
% Set the vertical exaggeration factor.
daspectm('m',30)
tightmap
camlight