MATLAB: 3d slice viewer

3d slice viewer3d visualization

Hi,
I have a matrix of doubles having values x, y, z and intensity. I want to create a simple 3d viewer to browse through the slices. I need a simple function which I really understand and can perhaps include other functionalities later on. Any idea? Thanks for reading.
Charles.

Best Answer

For a somewhat "off the shelf" solution, Sliceomatic is available on the File Exchange.
If you'd like to do it yourself, you can start by looking at the slice and contourslice functions.
These videos may also be useful to watch: