how to add label to diagram plotted using plot function?

5 visualizaciones (últimos 30 días)
chandra Naik
chandra Naik el 13 de Feb. de 2019
Comentada: chandra Naik el 14 de Feb. de 2019
how to add label to diagram plotted using plot function?
  2 comentarios
madhan ravi
madhan ravi el 13 de Feb. de 2019
Labelling axis?
chandra Naik
chandra Naik el 14 de Feb. de 2019
Editada: chandra Naik el 14 de Feb. de 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

Iniciar sesión para comentar.

Respuesta aceptada

Preethi
Preethi el 13 de Feb. de 2019
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 comentarios
chandra Naik
chandra Naik el 14 de Feb. de 2019
Thank you , helpful

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by