Azzera filtri
Azzera filtri

X y Z plot

1 visualizzazione (ultimi 30 giorni)
sachini dehigaspitiya
sachini dehigaspitiya il 5 Nov 2016
Risposto: Image Analyst il 5 Nov 2016
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

Risposte (1)

Image Analyst
Image Analyst il 5 Nov 2016
Try this:
plot3(x, y, z);
See documentation or more options, e.g. on LineWidth, MarkerSize, etc.

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by