X y Z plot

1 次查看(过去 30 天)
sachini dehigaspitiya
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

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by