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

10 次查看(过去 30 天)
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

采纳的回答

Ameer Hamza
Ameer Hamza 2020-11-4
Try fimplicit3()
fimplicit3(@(x,y,z) cos(x) + cos(y) + cos(z))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by