How to display map rectangle view?
    12 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
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?
0 comentarios
Respuestas (1)
  Sameer Pujari
      
 el 19 de Jul. de 2021
            You can try building on this
axesm('MapProjection','mercator','Flatlimit',[30 72],'Flonlimit',[-25 45]);
1 comentario
Ver también
Categorías
				Más información sobre Manage Products en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


