Outer edges on a patch surface
조회 수: 7 (최근 30일)
이전 댓글 표시
Hi I have a patch surface like this, which is a stack of isosurfaces at different levels.
I want to draw the oultines of these surface so that each surface can be differentiated from the other a bit better.
댓글 수: 0
답변 (2개)
Xin Yee Tai
2023년 4월 18일
Extract the edge value from your dataset (X,Y,Z) and then use plot3 and 'hold on' to plot the line.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!