How I can insert label on each line in plot3

1 view (last 30 days)
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?

Accepted Answer

madhan ravi
madhan ravi on 18 Nov 2018
see label and legend
xlabel('x')
legend{'1'}
  1 Comment
Alireza Entezami
Alireza Entezami on 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.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!