필터 지우기
필터 지우기

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