X y Z plot
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
plz help me to draw this data in 3D [ x y z] plot
X Y Z
10 35 0.525
10 30 0.6
10 35 0.7
15 40 0.8
10 40 0.8
15 35 0.875
15 40 1
20 40 1
20 50 1.25
15 75 2.25
60 75 2.25
10 85 2.975
45 85 2.975
30 100 4
40 100 4.5
30 115 4.6
40 115 5.175
30 180 8.1
0 Commenti
Risposte (1)
Image Analyst
il 5 Nov 2016
Try this:
plot3(x, y, z);
See documentation or more options, e.g. on LineWidth, MarkerSize, etc.
0 Commenti
Vedere anche
Categorie
Scopri di più su Line Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!