How to read NIfTI image?
이전 댓글 표시
I need to read NIfTI image
V = niftiread('file name');
V = niftiread('a.nii');
Undefined function or variable 'niftiread' ( How to defined ?? )
댓글 수: 5
Walter Roberson
2018년 1월 3일
Which MATLAB release are you using?
marwa za
2018년 1월 5일
Walter Roberson
2018년 1월 5일
Emerson Nithiyaraj
2019년 8월 1일
is there a way to display the images in .NII file?
Walter Roberson
2019년 8월 1일
Only by reading them and displaying them. There is no tool available that will "preview" .nii files somehow.
답변 (2개)
marwa za
2018년 1월 5일
1 개 추천
댓글 수: 1
Walter Roberson
2018년 1월 5일
No. There was no built-in way to read NIFTI images in R2015* . There are multiple File Exchange contributions that can deal with nifti files, but MATLAB itself did not add anything until R2017b.
카테고리
도움말 센터 및 File Exchange에서 Neuroimaging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!