how to add label to diagram plotted using plot function?

how to add label to diagram plotted using plot function?

댓글 수: 2

Labelling axis?
chandra Naik
chandra Naik 2019년 2월 14일
편집: chandra Naik 2019년 2월 14일
Not labelling axis,
Suppose N sensors are deployed randomly on a 100*100 two dimension field as a datapoints or a circles, then how to label these points or circles like s1, s2 ,. . . sn , so on (Circle represent sensing range of sensor).
Thankyou

댓글을 달려면 로그인하십시오.

 채택된 답변

Preethi
Preethi 2019년 2월 13일
hi,
hope this helps
xlabel('X axis'); % to label X axis
Ylabel('Value'); % to label Y axis
title('Name'); %to provide title to your plot

댓글 수: 3

chandra Naik
chandra Naik 2019년 2월 14일
편집: chandra Naik 2019년 2월 14일
Not labelling axis,
Suppose N sensors are deployed randomly on a 100*100 two dimension field as a datapoints or a circles, then how to label these points or circles like s1, s2 ,. . . sn , so on (Circle represent sensing range of sensor).
Thankyou
Thank you , helpful

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

질문:

2019년 2월 13일

댓글:

2019년 2월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by