liu-yikang / SHERM-rodentSkullStrip

Implementation of algorithm in 'Yikang Liu et al. (2020) Automatic Brain Extraction for Rodent MRI Images. Neuroinformatics. doi: 10.1007/s12021-020-09453-z''
GNU General Public License v3.0
7 stars 1 forks source link

Demo.m Execution Error #2

Closed SaibotMagd closed 3 years ago

SaibotMagd commented 3 years ago

Hello,

when I run the Demo.m file I get this error: image

I try to figure out where the problem comes from. Thanks for your work. It seems pretty great.

This Package needs the: "statistics and machine learning toolbox" (also the "image processing toolbox"). It would be helpful if you could mention these requirements.

PS: the first command in demo.m root_dir = strrep(mfilename('fullpath'),'example',''); does nothing, because you renamed the file.

SaibotMagd commented 3 years ago

I solved it by myself.