how to add label to diagram plotted using plot function?

4 ビュー (過去 30 日間)
chandra Naik
chandra Naik 2019 年 2 月 13 日
コメント済み: chandra Naik 2019 年 2 月 14 日
how to add label to diagram plotted using plot function?
  2 件のコメント
madhan ravi
madhan ravi 2019 年 2 月 13 日
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 日
Thank you , helpful

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAxis Labels についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by