How to display map rectangle view?
2 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I want to display my europe ma in rectengle view using
worldmap
But it display like this,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/688538/image.png)
But i want like this,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/688543/image.png)
i don't want colorbar or any other stuff i just want the map
currently i'm trying like this,
worldmap([30 72],[-25 45])
Can you guys help me to where wrong am I?
0 件のコメント
回答 (1 件)
Sameer Pujari
2021 年 7 月 19 日
You can try building on this
axesm('MapProjection','mercator','Flatlimit',[30 72],'Flonlimit',[-25 45]);
参考
カテゴリ
Help Center および File Exchange で Red についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!