Eliminating visible lines from surfnorm
조회 수: 4 (최근 30일)
이전 댓글 표시
I'm using the 'surfnorm' function in my script. Is there a way that I can have the function run without having the red lines visible? I'm thinking it might be a property I can state, but everythign I've tried just changes the surface features, not the normal vector features.
On a related note, it does *not* work if I simply do something like [A,B,C] = surfnorm(X,Y,Z). My script only runs if I have "surfnorm(X,Y,Z)". Thanks in advance!
댓글 수: 0
답변 (1개)
Chad Greene
2015년 2월 7일
Does this work?
surfnorm(X,Y,Z,'linestyle','none')
댓글 수: 2
Chad Greene
2015년 2월 8일
How strange! I have not used surfnorm before, and I don't know what the problem could be. Hopefully someone else can help!
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!