How to plot multiple lines groups in 3D graph as in picture ?

12 vues (au cours des 30 derniers jours)
Okan Kara
Okan Kara le 10 Déc 2020
Commenté : Okan Kara le 10 Déc 2020

Réponse acceptée

VBBV
VBBV le 10 Déc 2020
  2 commentaires
Okan Kara
Okan Kara le 10 Déc 2020
thanks
Okan Kara
Okan Kara le 10 Déc 2020
I also want to add matlab code of the problem I solved.
x1=[0 0 0 0 0 0];
y1=[2 4 6 8 10 12];
x2=[1 14 30 55 125 150];
plot3(x1,y1,x2);
hold on;
x1=[0 0 0 0 0 0];
y1=[2 4 6 8 10 12];
x2=[2 10 30 50 85 120];
plot3(x1,y1,x2);
hold on;
x1=[1 1 1 1 1 1];
plot3(x1,y1,x2);
hold off;

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by