Print

Print


Respected SPMers,
I am totally new to SPM. I have installed SPM 12 in my MATLAB 2013a version. 
1. When i try to import my fMRI images using the DICOM IMPORT option in the SPM GUI, even after selecting all the files SPM reads all the dicom files but does not convert them to nifti format.

2. when i tried to do the same via spm commands it showed the foolowing error in MATLAB:

spm_dicom_convert(hdr)
Error using zeros
Out of memory. Type HELP MEMORY for your options.

Error in spm_dicom_convert>write_volume (line 615)
volume = zeros(dim);

Error in spm_dicom_convert>convert_standard (line 232)
    fnames{i} = write_volume(hdr{i},root_dir,format);

Error in spm_dicom_convert (line 60)
    fstd = convert_standard(standard,root_dir,format);
 

Please tell me how to resolve this error.
Thanks

best regards
KS