Installation


Download epr-it.zip to your computer. Unpack it to any convenient directory.

Locate toolbox_path.m at the root directory of the toolbox package

Modify line 8: of toolbox_path.m with correct path for the toolbox

1: % modify line 8 with the actual path to the EPR Imaging toolbox 2: % statements using "-begin" add to the beginning of the path and 3: % statements using "-end" append the path 4: 5: fixeprPath = questdlg('Reset EPR/UC path'); 6: if strcmp(fixeprPath,'Yes') 7: restoredefaultpath; 8: epr_toolbox_path = 'Z:\CenterMATLABweb\epr-it'; 9: % epr_toolbox_path = '/Users/borisepel/Dropbox/MATLAB';

Execute toolbox_path.m. Press 'Yes' button on the pop-up dialog window.