plot a cube with to planes in on figure

3 次查看(过去 30 天)
F.O
F.O 2017-10-16
编辑: KSSV 2017-10-17
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])

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by