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 Center および File Exchange2-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