MATLAB: How to visualize a 3D matrix with boolean values (0 or 1)

3d matrixvisualization

Hi everyone.
I have a 3D matrix with Boolean values (0 or 1). Could you please tell me how I can visualize it in MATLAB? I just want to visualize it and show it in Word.
Thank in advance for your help.

Best Answer

Isosurface is one way.
Vol3D is another.
Export to VTK then ParaView is yet another.
Related Question