matlab 将变量写到img和hdr中

下载最新的matlab程序包

“Tools for NIfTI and ANALYZE image in MATLAB”

假设matlab里面的变量是'abc',想要生成的analyze文件的名称是'ab'

只需要以下两句代码就可以了:
temp=make_ana('abc');
save_untouch_nii(temp,'ab');

你可能感兴趣的:(matlab 将变量写到img和hdr中)