plot equation of plane

Hi I want to plote the next equation of plane:
Pl1 = -2x -2z
Pl2 = 3y +9
P3 = 6x +3y +27
Pl4 = 4x -2z + 12
Thanks

 采纳的回答

Which plane do you want to plot?
For example, your P3 equation?
syms x y
z = 6*x+3*y+27;
ezmesh(z)

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Dynamic System Models 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by