필터 지우기
필터 지우기

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 CenterFile Exchange에서 Scalar Volume Data에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by