how to add label to diagram plotted using plot function?

how to add label to diagram plotted using plot function?

2 Commenti

chandra Naik
chandra Naik il 14 Feb 2019
Modificato: chandra Naik il 14 Feb 2019
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

Accedi per commentare.

 Risposta accettata

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 Commenti

chandra Naik
chandra Naik il 14 Feb 2019
Modificato: chandra Naik il 14 Feb 2019
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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by