plot a cube with to planes in on figure

3 views (last 30 days)
F.O
F.O on 16 Oct 2017
Edited: KSSV on 17 Oct 2017
I have a question about a tipple integral but it was difficult to visualize the integration region which is part of the cub 0<x1, 0<y1, 0<z1 lying above the plane y+z=1 and below the plane x+y+z=2 how to sketch all of the in one figure? I tried this 2 ways but I dont know how to draw the cube here? is there i better way?
syms x y
ezsurf(y-1, [0, 1])
hold on
syms x y
ezsurf(2-x-y, [0, 1])

Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!