How to shift the center or the longitudes of map plotted using load coast

11 ビュー (過去 30 日間)
rahul peethambaran
rahul peethambaran 2019 年 3 月 15 日
回答済み: Amy Haskins 2019 年 3 月 20 日
Hi all,
I have plotted the map using load coast and it gives me the centre as 0 on the longitude axis. I want to convert it to 0to360 scale and then shift the centre so that the indian ocean is on the centre. Can anyone give some suggestions
Thanks in Advance
Best,
Rahul

採用された回答

Amy Haskins
Amy Haskins 2019 年 3 月 20 日
You could do this by changing the map origin.
load coastlines
ax = worldmap('World')
setm(ax,'Origin',[0,180])
geoshow(ax,coastlat,coastlon)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMapping Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by