How to plot cos(x) + cos(y) + cos(z) = 0
22 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Teerapong Poltue
am 4 Nov. 2020
Beantwortet: Ameer Hamza
am 4 Nov. 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
0 Kommentare
Akzeptierte Antwort
Ameer Hamza
am 4 Nov. 2020
Try fimplicit3()
fimplicit3(@(x,y,z) cos(x) + cos(y) + cos(z))
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!