How to convert file format from .mat to .nii format
이전 댓글 표시
Dear All
I'm beginner in using mat lab. I don't have much information to do coding by mat lab. I really need you help.
I would like to create nii file from 16 mat files:
- .nii file from 16 mat files for T2_star (my file name).
- .nii file from another 16 files for T2 (my 2nd file name).
for slice 1:16;
- - load mat file.
- - store it in 3D variable, because my files are 2D matrix.
end save_nii
%% Please send explanation with each step and appreciated your help.
Regards
Dhafer
댓글 수: 1
Walter Roberson
2013년 6월 8일
What is .nii format? Something to do with National Instruments? But T2 and T2_star are MRS and MRI terms, suggesting that .nii might be a format used by a spectrometer or something like that ?
채택된 답변
추가 답변 (1개)
Dhafer
2013년 6월 11일
편집: Walter Roberson
2013년 6월 11일
댓글 수: 2
Walter Roberson
2013년 6월 11일
Do you get an error message?
Dhafer
2013년 6월 11일
편집: Walter Roberson
2015년 7월 18일
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!