How can I plot the graph of a gyroid which is composed of 3 variables in the form of F(x,y,z)=t

15 visualizaciones (últimos 30 días)
I need to plot the equation to create a gyroid but I cannot find a way to plot it. The equation is 0=sin(x)*cos(y)+sin(y)*cos(z)+sin(z)*cos(x). Any help would be greatly appreciated. Thanks

Respuesta aceptada

Teja Muppirala
Teja Muppirala el 25 de Oct. de 2017
fimplicit3(@(x,y,z) sin(x).*cos(y)+sin(y).*cos(z)+sin(z).*cos(x))
Note that for element-wise multiplication I made sure to use .* instead of *
  2 comentarios
Ryan Grech
Ryan Grech el 27 de Oct. de 2017
Can you tell me how I can extract a 3D model of the final result please? Thank you
Julian Gauder
Julian Gauder el 3 de En. de 2018
Did you manage to extract a 3d model? I would be interestet in a solution aswell.

Iniciar sesión para comentar.

Más respuestas (1)

Oraib Ghaith AlKheetanRojas
Oraib Ghaith AlKheetanRojas el 23 de Oct. de 2020
Check this paper, it has the answer for you to generate gyroids and other TPMS structures

Categorías

Más información sobre Line Plots 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!

Translated by