Error using load_nii_hdr while using load_untouch_nii.m
Afficher commentaires plus anciens
Hi, I would like to load a nifti file on matlab r2020b with this command: load_untouch_nii('Subject_a.nii.gz')
But I got an error: Error using load_nii_hdr (line 32) Cannot find file "Subject_a.gz.nii".
I am wondering why the input file name has been changed from XXX.nii.gz to XXX.gz.nii
Réponses (2)
芯怡 徐
le 7 Avr 2022
0 votes
I tried to convert the string format using `str2mat` and the problem was solved.
帆
le 23 Fév 2023
0 votes
Unlike in load_nii.m, it seems that there is no check for ".gz" files in load_untouch_nii. Maybe you can just modify the source code and manually add the ".gz" file check before loading.
1 commentaire
Nitish Katoch
le 4 Jan 2024
This really worked. Thanks!!!
Catégories
En savoir plus sur Environment and Settings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!