error using load_nii_hdr

I am processing a nifti file (T2_map_1.nii) on R2021a using a home made function; there is an error when I get to this part of the code: onii=load_nii([p.fin '.nii']);
It gives the following error; Cannot find file "T2_map_1.nii.nii".

回答 (1 件)

yanqi liu
yanqi liu 2022 年 3 月 4 日

0 投票

yes,sir,now "T2_map_1.nii.nii", so may be use
onii=load_nii(p.fin)

カテゴリ

ヘルプ センター および File ExchangeNeuroimaging についてさらに検索

質問済み:

2022 年 3 月 3 日

回答済み:

2022 年 3 月 4 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by