how to add label to diagram plotted using plot function?

4 次查看(过去 30 天)
how to add label to diagram plotted using plot function?
  2 个评论
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 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Axis Labels 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by