필터 지우기
필터 지우기

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