How to read NIfTI image?
조회 수: 27(최근 30일)
표시 이전 댓글
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
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
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.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!