Showing inner volumes of any filled 3d volume.

4 views (last 30 days)
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

Accepted Answer

Image Analyst
Image Analyst on 7 Nov 2015
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.

More Answers (1)

Star Strider
Star Strider on 7 Nov 2015
I am not certain what you want to do. See if my Answer to Plot a circle around xyz plotted points and then get its volume? does solves your problem.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!