how to plot a map
Mostrar comentarios más antiguos
Hi,
i need to know how i can plot this map ?
8 comentarios
Dyuman Joshi
el 27 de Oct. de 2023
Please attach the data you are working with.
ahmad Saad
el 27 de Oct. de 2023
Dyuman Joshi
el 27 de Oct. de 2023
However, you can't change the markers, thus you are stuck with bubbles.
ahmad Saad
el 27 de Oct. de 2023
The water bodies will be colored gray/grey, you can not change that.
%% Example
tsunamis = readtable('tsunamis.xlsx');
geobubble(tsunamis.Latitude,tsunamis.Longitude,tsunamis.MaxHeight)
ahmad Saad
el 27 de Oct. de 2023
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
el 27 de Oct. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Mapping Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


