I am getting familiarized with using FIeldtrip and Freesurfer on MATLAB for brainmapping.
When I was trying to import FreeSurfer-processed MRI file into the MATLAB workspace, it prompted:
Error using CalcMD5
Cannot find MEX script.
Error in inflate_file (line 30)
inputfilemd5 = fixname(CalcMD5(inputfile));
Error in ft_read_mri (line 160)
filename = inflate_file(filename_old);
Can anyone help me with solving this? Thank you so much in advance.