How to read NIfTI image?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I need to read NIfTI image
V = niftiread('file name');
V = niftiread('a.nii');
Undefined function or variable 'niftiread' ( How to defined ?? )
5 Kommentare
Walter Roberson
am 1 Aug. 2019
Only by reading them and displaying them. There is no tool available that will "preview" .nii files somehow.
Antworten (2)
marwa za
am 5 Jan. 2018
1 Kommentar
Walter Roberson
am 5 Jan. 2018
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.
Siehe auch
Kategorien
Mehr zu MRI finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!