Plotting 2-D intensity slices as 3 D

I have 2D slices of intensity values for different heights. I can plot one 2D slice using imagesc() function. But, I need to combine all these slices and plot them together as a 3D plot. How can this be achieved using Matlab?

 Accepted Answer

Andrew Newell
Andrew Newell on 23 Apr 2011
You could do it using the slice function. See also Exploring Volumes with Slice Planes.

1 Comment

Thanks Andrew. I tried slice function and I am satisfied with the results. Will discuss it further with my guide to find out if thats what he exactly wanted.

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!