how to plot a map
Mostra commenti meno recenti
Hi,
i need to know how i can plot this map ?
8 Commenti
Dyuman Joshi
il 27 Ott 2023
Please attach the data you are working with.
ahmad Saad
il 27 Ott 2023
Dyuman Joshi
il 27 Ott 2023
However, you can't change the markers, thus you are stuck with bubbles.
ahmad Saad
il 27 Ott 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
il 27 Ott 2023
Dyuman Joshi
il 27 Ott 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
il 27 Ott 2023
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Mapping Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


