How to draw unit normal vector?
    11 次查看(过去 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!


