how to plot a map

9 visualizaciones (últimos 30 días)
ahmad Saad
ahmad Saad el 27 de Oct. de 2023
Comentada: ahmad Saad el 28 de Oct. de 2023
Hi,
i need to know how i can plot this map ?
  8 comentarios
Dyuman Joshi
Dyuman Joshi el 27 de Oct. de 2023
Yes, that's what I am saying.
The countries will be shown as white, but the oceans, seas and any water bodies will be gray in color. You can not change that.
ahmad Saad
ahmad Saad el 27 de Oct. de 2023
thanks a lot

Iniciar sesión para comentar.

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 27 de Oct. de 2023
Editada: Cris LaPierre el 27 de Oct. de 2023
load coastlines.mat
axesm('mercator','MapLatLimit',[5 35],'MapLonLimit',[60 100],'grid','on',...
'MLineLocation',10,'PLineLocation',5,'MeridianLabel','on','ParallelLabel','on',...
'LabelFormat','none','MLabelParallel',0)
plotm(coastlat,coastlon)
plotm(17.842,73.089,'r*')
plotm(9.177,77.852,'b*')
xlabel('LONGITUDE(Deg. East)')
ylabel('LATITUDE (Deg. North)')
  6 comentarios
Dyuman Joshi
Dyuman Joshi el 28 de Oct. de 2023
Just a note, axesm and plotm requires Mapping Toolbox.
ahmad Saad
ahmad Saad el 28 de Oct. de 2023
Thanks, it is much better.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Geographic Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by