1

Is there an equivalent of refline for plotting planes in 3D in MATLAB? For example, to plot a plane with the equation ax+by+cz+d=0, is there a single function?

S_S
  • 1,276
  • 4
  • 24
  • 47
  • [`fill3`](http://se.mathworks.com/help/matlab/ref/fill3.html), [`surf`](http://se.mathworks.com/help/matlab/ref/surf.html) etc. Have a look at these three questions: [This](http://stackoverflow.com/questions/13464304/how-can-i-plot-a-3d-plane-in-matlab), [this](http://stackoverflow.com/a/22123996/2338750) and [this](http://stackoverflow.com/questions/3461869/plot-a-plane-based-on-a-normal-vector-and-a-point-in-matlab-or-matplotlib). Find a place to put the end-points in each dimension based in the equation... – Stewie Griffin Aug 23 '16 at 06:45
  • http://stackoverflow.com/a/3461941/3169868 – S_S Aug 24 '16 at 07:13

0 Answers0