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

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

3 Comments

do you mean to section 3D data (field, potential whatever) with planes
x=0
z=0
x=2*y
x+2*y+z=2
or to plot these planes. There are different solutions already available in the MATLAB file exchange:
John BG
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.

 Accepted Answer

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

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)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!