how to plot a map
Show older comments
Hi,
i need to know how i can plot this map ?
8 Comments
Dyuman Joshi
on 27 Oct 2023
Please attach the data you are working with.
ahmad Saad
on 27 Oct 2023
Dyuman Joshi
on 27 Oct 2023
However, you can't change the markers, thus you are stuck with bubbles.
ahmad Saad
on 27 Oct 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
on 27 Oct 2023
Dyuman Joshi
on 27 Oct 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
on 27 Oct 2023
Accepted Answer
More Answers (0)
Categories
Find more on Mapping Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

