MATLAB: How can i display matrix in matlab 3D 128*128*27 as image simelar to function use in 2D(imshow or other)

3d visualizationImage Processing Toolbox

i have image 3d and take no.of slice each slice save as matrix 2D and make reconstruction and other operation then need to collect all slice to display 3D IMAGE a can add all slice in matrix 128*128*27 now need to display this matrix as image

Best Answer

MATLAB does not have very good 3D volumetric visualization capabilities. You're pretty much limited to cutaway views and isosurfaces, unless you want to write something custom. You can use a professionally designed program for 3D volume visualization like Avizo to achieve superior visualizations.