How to genetrate a code for surface image display

Dear MATLAB users,
I have a stacked of 2D images (attached). Currently I use volume viewer app in matlab to view the surface image (image attched) using isosurface.
Please is there a way I can genterate a code to display surface image instead of using the app?
Thanks for your help

 采纳的回答

Did you try isosurface()?

3 个评论

Perfect!. Thanks alot Image Analyst.
One more thing please.
The image is upside down. please how can I change it.
Also, how can I control the colour
Many thanks
Try
axis xy; % or axis ij
If that doesn't work, try flip, fliplr, flipud, or view.
Thanks for your response.
This works for me: set(gca,'ZDir','reverse');

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Image Processing Toolbox 的更多信息

产品

版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by