plot a cube with to planes in on figure

3 visualizzazioni (ultimi 30 giorni)
F.O
F.O il 16 Ott 2017
Modificato: KSSV il 17 Ott 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])

Risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by