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)

추가 답변 (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