필터 지우기
필터 지우기

X y Z plot

조회 수: 1 (최근 30일)
sachini dehigaspitiya
sachini dehigaspitiya 2016년 11월 5일
답변: Image Analyst 2016년 11월 5일
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에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by