How to add text in scatterm plot?

1 次查看(过去 30 天)
Chugh
Chugh 2020-7-23
回答: KSSV 2020-7-23
Hi,
I am trying to plot geograhical coordinates on the worldmap but I wanted a text on those coordinates e.g. 1,2, ....
Here is the code:
worldmap([lat_min, lat_max],[long_min,long_max]);
scatterm(lat,long);

回答(1 个)

KSSV
KSSV 2020-7-23
Read about the function text.

类别

Help CenterFile Exchange 中查找有关 Scatter Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by