How to genetrate a code for surface image display

1 回表示 (過去 30 日間)
AUWAL ABUBAKAR
AUWAL ABUBAKAR 2021 年 7 月 8 日
コメント済み: AUWAL ABUBAKAR 2021 年 7 月 8 日
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

採用された回答

Image Analyst
Image Analyst 2021 年 7 月 8 日
Did you try isosurface()?
  3 件のコメント
Image Analyst
Image Analyst 2021 年 7 月 8 日
Try
axis xy; % or axis ij
If that doesn't work, try flip, fliplr, flipud, or view.
AUWAL ABUBAKAR
AUWAL ABUBAKAR 2021 年 7 月 8 日
Thanks for your response.
This works for me: set(gca,'ZDir','reverse');

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeScalar Volume Data についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by