필터 지우기
필터 지우기

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