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

22 ビュー (過去 30 日間)
Teerapong Poltue
Teerapong Poltue 2020 年 11 月 4 日
回答済み: Ameer Hamza 2020 年 11 月 4 日
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 Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by