MATLAB: How can i create a slice exactly like slice in the attached file

3d plotscreate slicesliceslicing at arbitrary angles

hi friends
i want to create a slice exactly like the picture is available in attached file.
help me if you can
thanks a lot

Best Answer

There is a function that does more or less what you want and is called, shockingly, slice().
If you're not interested by cross sections and intensities, you could always use patch().
doc slice
doc patch