GNU Octave draw figure of 2 planes

575 Views Asked by At

How can I draw two planes in same figure in GNU Octave?

$$ x + y + z = 1\\ 2x - y + 3z = 4$$

Thanks!

1

There are 1 best solutions below

0
On BEST ANSWER

As @AnonSubmitter85 says in comments, use hold between the plot commands to plot in the same figure.