MATLAB: How to draw a plane

plane

Hai,
I am working on optics. I have plotted a lens in matlab. The rays of light emerging out of the lens, after undergoing refraction in the lens, needs to be projected on a square plane in front of the lens. How is it possible to draw a plane in matlab? Looking forward to hearing from you soon.
BSD

Best Answer

You can use patch() to draw a shape embedded in 3D.
Related Question