我正在 MATLAB 中的墨卡托(平面)世界地图上绘制轮廓。
我很成功,但是当我使用
geoshow('landareas.shp','FaceColor', [0.5 1.0 0,5])
它消除了地图上的等高线图。
我的代码是:
axesm('mercator','MapLatLimit',[-50 90],'MapLonLimit',[0 250])
frame on;
grid on;
plotm(lat,long,'k')
contourfm(x,y,z)
反正有没有申请
geoshow('landareas.shp','Display',[0.5 1.0 0.5])