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

5 views (last 30 days)
how to plot multiple 3d functions in one graph for x=0,z=0,x=2y,x+2y+z=2
  3 Comments
Faris Jalali
Faris Jalali on 13 Feb 2017
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.
Faris Jalali
Faris Jalali on 13 Feb 2017
i need to know the shape and coordinate of the tetrahedron formed by these planes

Sign in to comment.

Accepted Answer

Seyedali Mirjalili
Seyedali Mirjalili on 12 Feb 2017
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 Comment
Faris Jalali
Faris Jalali on 13 Feb 2017
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

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!