Search code examples
matlabfile-conversionmat-filenifti

How to transfer Nifti file into .mat Matlab file?


I have a Nifti file, the size of which is 62*62*38. How can I transfer the Nifti file to .mat Matlab file?


Solution

  • This can read NIFTI as well as many other medical image file types into MATLAB arrays, which you can then save as .mat files.