How to genetrate a code for surface image display
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
Image Analyst
2021-7-8
Did you try isosurface()?
3 个评论
Image Analyst
2021-7-8
Try
axis xy; % or axis ij
If that doesn't work, try flip, fliplr, flipud, or view.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!