Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Show solution of 3 simultaneous linear equations

1 回表示 (過去 30 日間)
bugatti79
bugatti79 2013 年 10 月 6 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi folks,
I have some code that plots the intersection of 3 planes representing 3 linear equations. Is there some way of improving the graphical plots to help see the solution intersection? Transparency etc?
syms x y z
ezsurf(3*x + 2*y-19, [10,-10]); hold on;
ezsurf((2*x + 4*y-32)/5, [10,-10]); hold on
ezsurf((4*x -y-4)/2, [10,-10])
Thanks in advance B

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by