Display same slice across all 3d images in the same folder
조회 수: 1 (최근 30일)
이전 댓글 표시
I have 15 3D images (size: 96x96x24) in a folder. I want to display the same slice from all images (for example: I want to show only the 12th slice out of the 24 slices). How do I do that? Thank you.
댓글 수: 0
답변 (1개)
yanqi liu
2022년 5월 20일
yes,sir,may be use for loop to get image list,and use data(:,:,12) to get the 12th slice
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!