X y Z plot
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Image Analyst
on 5 Nov 2016
Try this:
plot3(x, y, z);
See documentation or more options, e.g. on LineWidth, MarkerSize, etc.
0 Comments
See Also
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!