how to plot a map
显示 更早的评论
Hi,
i need to know how i can plot this map ?
8 个评论
Dyuman Joshi
2023-10-27
Please attach the data you are working with.
ahmad Saad
2023-10-27
Dyuman Joshi
2023-10-27
However, you can't change the markers, thus you are stuck with bubbles.
ahmad Saad
2023-10-27
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
2023-10-27
Dyuman Joshi
2023-10-27
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
2023-10-27
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Mapping Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


