Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Show solution of 3 simultaneous linear equations

1 vue (au cours des 30 derniers jours)
bugatti79
bugatti79 le 6 Oct 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
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

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by