How to display map rectangle view?

2 vues (au cours des 30 derniers jours)
Hiten Xpertlab
Hiten Xpertlab le 19 Juil 2021
Modifié(e) : Hiten Xpertlab le 19 Juil 2021
Hello,
I want to display my europe ma in rectengle view using
worldmap
But it display like this,
But i want like this,
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?

Réponses (1)

Sameer Pujari
Sameer Pujari le 19 Juil 2021
You can try building on this
axesm('MapProjection','mercator','Flatlimit',[30 72],'Flonlimit',[-25 45]);
  1 commentaire
Hiten Xpertlab
Hiten Xpertlab le 19 Juil 2021
Modifié(e) : Hiten Xpertlab le 19 Juil 2021
@Sameer Pujari but x and y label is not displaying. any solution to this and it's also coming with lot's of space. and thank you for this.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Mapping Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by