Borrar filtros
Borrar filtros

How to plot cos(x) + cos(y) + cos(z) = 0

10 visualizaciones (últimos 30 días)
Teerapong Poltue
Teerapong Poltue el 4 de Nov. de 2020
Respondida: Ameer Hamza el 4 de Nov. de 2020
How can I plot
cos(x) + cos(y) + cos(z) = 0
In 3D plane (the expected 3D model is attached )
and I also want to know how to put my own contour on the surface

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 4 de Nov. de 2020
Try fimplicit3()
fimplicit3(@(x,y,z) cos(x) + cos(y) + cos(z))

Más respuestas (0)

Categorías

Más información sobre Surface and Mesh 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