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

조회 수: 25 (최근 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 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