Display multiple slices of a Dicom file
    조회 수: 17 (최근 30일)
  
       이전 댓글 표시
    
hello,
       I have a CT medical image file of size 512*512*624. I want to display some slices (say. from slice 447 to 457) in a subplot or in seperate figures, what can i do?
댓글 수: 2
답변 (2개)
  Mahesh Taparia
    
 2020년 1월 13일
        Hi, 
You can also display the image using 'volshow' function. For example:
x=yourData(:,:,447:457);
volshow(x)
댓글 수: 0
  Kritika Bansal
    
 2020년 1월 13일
        Hi,
You can possibly use the following function from File Exchange to do so:
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Basic Display에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


