how to plot multiple 3d functions in one graph for x=0,z=0,x=2y,x+2y+z=2

9 次查看(过去 30 天)
how to plot multiple 3d functions in one graph for x=0,z=0,x=2y,x+2y+z=2
  3 个评论
Faris Jalali
Faris Jalali 2017-2-13
i am trying to calculate the volume .... Find the volume of the tetrahedron bounded by the planes x + 2y + z = 2, x = 2y, x = 0, and z = 0.

请先登录,再进行评论。

采纳的回答

Seyedali Mirjalili
Seyedali Mirjalili 2017-2-12
Generally speaking, Matlab overwrites a plot when you draw something. If you with to draw multiple things, try to freeze the plot first. The commands is:
hold on
  1 个评论
Faris Jalali
Faris Jalali 2017-2-13
i am trying to calculate the volume .... Find the volume of the tetrahedron bounded by the planes x + 2y + z = 2, x = 2y, x = 0, and z = 0... i need to know the shape and coordinate of the tetrahedron formed by these planes

请先登录,再进行评论。

更多回答(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