Surface normal in 3-D

9 visualizaciones (últimos 30 días)
Erdem Aktürk
Erdem Aktürk el 14 de En. de 2023
Respondida: Chris el 24 de Feb. de 2023
How can I show the normal of surfaces in3-D plotting?
I use symbolic equations.
surface=str2sym(input("surface equation:","s"));
surface_EQ=symfun(surface,[x,y,z])
s=fimplicit3(surface_EQ,"FaceAlpha",0.6);

Respuestas (2)

Star Strider
Star Strider el 14 de En. de 2023
Although I doubt this would work with with symbolic plots without some additional coding, the surfnorm function would be worth exploring. (I have never worked with it with symbolic plots.)

Chris
Chris el 24 de Feb. de 2023
I haven't tested it since it seems to need a more recent version of MATLAB, but there's a tutorial here: https://au.mathworks.com/help/symbolic/find-tangent-plane-and-normal-line.html

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by