How to draw unit normal vector?
    11 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    

I have done all , except for the part plot unit normal vector. 
Could you help we solving it, thanks a lot <3
1 comentario
  Torsten
      
      
 el 30 de Ag. de 2022
				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])))
Respuestas (2)
Ver también
Categorías
				Más información sobre Lighting, Transparency, and Shading en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!