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

 採用された回答

Wayne King
Wayne King 2012 年 5 月 31 日

3 投票

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

1 件のコメント

Noe alvarado
Noe alvarado 2012 年 5 月 31 日
Pl1 and Pl2

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by