How to show most values of one variable in a plot3

Dear Members,
I have to plot 'R...'-values and want that they are shown in the graphs.
For exemple i have code like this:
plot3(x1,y1,R1min,'r','DisplayName','obere Reihe Lmin')
hold on
plot3(x2,y2,R2min,'r','DisplayName','mittlere Reihe Lmin')
plot3(x3,y3,R3min,'r','DisplayName','untere Reihe Lmin')
plot3(x1,y1,R1max,'b','DisplayName','obere Reihe Lmax')
plot3(x2,y2,R2max,'b','DisplayName','mittlere Reihe Lmax')
plot3(x3,y3,R3max,'b','DisplayName','untere Reihe Lmax')
hold off
This gives me six graphes with each 6-9 points.
How can I show the values of the variable Rmin/Rmax manually or maybe automatically?
Thank you in advance.
Many Greetings

Answers (1)

Can you use a text description?

1 Comment

Yes, but it is costly in terms of time. I find an other solution.
Nevertheless, thank you!

Sign in to comment.

Categories

Products

Release

R2019b

Tags

Asked:

on 28 Dec 2020

Commented:

on 7 Jan 2021

Community Treasure Hunt

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

Start Hunting!