How to draw unit normal vector?
조회 수: 14 (최근 30일)
이전 댓글 표시

I have done all , except for the part plot unit normal vector.
Could you help we solving it, thanks a lot <3
댓글 수: 1
Torsten
2022년 8월 30일
quiver3(x0,y0,z0,x0*(1+1/norm([x0,y0,z0])),y0*(1+1/norm([x0,y0,z0])),z0*(1+1/norm([x0,y0,z0])))
답변 (2개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!