How to overlap Contour on the selected Slice in 3D graphic?

3 views (last 30 days)
I generated code for slice images as follows,
figure(1);
Xsection=slice(X1,Y1,Z1,IMG,[Iso_center(1)],[],[]);
set(Xsection,'FaceColor','interp','Edgecolor','none');
set(Xsection,'FaceAlpha',0.45);
caxis auto; colorbar('location','EastOutside');
view(3); axis tight;
Then, I want to overlap Contour line on the selected slice image. Is there any way to do? If anyone knows, I'd like to ask your favor to let me know. Thank you.

Accepted Answer

Sean de Wolski
Sean de Wolski on 11 Oct 2011
Perhaps you're looking for contourslice?
doc contourslice
  2 Comments
Soyoung
Soyoung on 11 Oct 2011
I am sorry for asking one thing more. If I want to quantify (100%,90%,etc) value at a isoline, could you let me know how to represent?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!