How I can insert label on each line in plot3

1 vue (au cours des 30 derniers jours)
Alireza Entezami
Alireza Entezami le 18 Nov 2018
I draw some lines in 3d space with plot3.
I want to insert label (for example numer, i.e. 1,2, 3, ...) on each line after drawing each line in 3d space. How I can do it?

Réponse acceptée

madhan ravi
madhan ravi le 18 Nov 2018
see label and legend
xlabel('x')
legend{'1'}
  1 commentaire
Alireza Entezami
Alireza Entezami le 18 Nov 2018
Thanks for helping me. But I have another problem.
As you can see in attached file, I want to know that how i can write the number of each line on each line in figure as an annotation. I want to insert the number of each line on it during the drawing in plot3 comment.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by