MATLAB: Showing inner volumes of any filled 3d volume.

cylinderfilled volumeImage Processing Toolboxinner part of volumesphere

Hello all, With having filled volume say a sphere or cylinder , I want to show their inner volume part which is some portion of 3D shape , how it can be done ? for example- in daily life we have an apple , we cannot see any inner part until we slice that .After cutting we can see slices and take one of them which is part of apple . thank you

Best Answer

MATLAB does not have superior 3-D volume visualization methods. About all you can do are cutaway views and isosurfaces. To do what I think you want to do, take a look at the slice() function. Also type "volume visualization" into the help search field and find other related functions.