3-D surface plot problem if Z is not a equation
이전 댓글 표시
If Z is a function of X and Y , Is it possible to plot surface using the following data. I can do this by Microcol Origin software. bt cant do by MATLAB without the equation of Z.
x= [66 66 66 66 66 66 258 258 258 258], y=[0.1 0.1 0.1 0.1 0.1 0.1 0.2 0.2 0.2 0.2], and z=[40 85 130 20 70 155 70 190 75 250],
댓글 수: 2
David Young
2011년 6월 8일
What do you want to do about the repeated coordinates? You have several z values for (x, y) = (66, 0.1) for example.
IEEE IE
2011년 6월 8일
답변 (2개)
David Young
2011년 6월 8일
Have a look at the example in
doc TriScatteredInterp
Patrick Kalita
2011년 6월 8일
0 개 추천
댓글 수: 2
IEEE IE
2011년 6월 9일
Patrick Kalita
2011년 6월 13일
Would you like to clarify what you mean by "does not work"? Did you get an error? Did you get a plot, but it was not what you expected?
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!