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

14 Ansichten (letzte 30 Tage)
Okan Kara
Okan Kara am 10 Dez. 2020
Kommentiert: Okan Kara am 10 Dez. 2020

Akzeptierte Antwort

VBBV
VBBV am 10 Dez. 2020
  2 Kommentare
Okan Kara
Okan Kara am 10 Dez. 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;

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by