Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How to plot actual 3D Contours with MATLAB !?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi everybody
I have a data set of points (XYZ as the coordinates) and V as the value at each point. (Each of these 4 data sets (X,Y,Z,V) are vectors e.g. 1x1000 vectors.) Also I have another vector F (e.g. 1x3000) containing faces which describes the connection of vertices. I've plotted the 3D surface using patch command. (by the use of faces & vertices)
Now here goes the problem :
How can I plot the contour lines of V (and NOT Z ) on the 3D surface !?
(Actually the contour3 function plots 3D contour lines of Z ; But I need contour lines of V. ) I want some type of function or command that gets x,y,z and plots contours of V.
Actually I want something like the pictures below :
-
-

-
-

-
-
Thanks a billion for your help.
댓글 수: 0
답변 (1개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!