How can I frame some subregion in a Lambert projected map?

3 ビュー (過去 30 日間)
Szabó-Takács Beáta
Szabó-Takács Beáta 2016 年 2 月 10 日
Dear All,
I created a Lambert projected map about Europe by the following way:
axesm('lambert','maplatlimit',[ 26.5861 71.8699],'maplonlimit',[-34.748 60.8422], 'Grid', 'on');
S = shaperead('landareas','UseGeoCoords',true);
geoshow([S.Lat],[S.Lon],'color','black');
pcolorm(lat,lon,z);
demcmap(z);
I would like to frame some subregion inside the map e.g. British Isles latitude=[50 59] and longitude=[-10 2]. Could someone suggest me a solution? Thank you for your help in advance!

回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by