You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ea_error('SPM seems not installed. Please install SPM12 and add it to the Matlab path before using Lead-DBS.');
end
if ~any(ismember(ver(8:11),'.')) % old version format
if str2double(ver(8:11))<6906
msgbox('Some functions (such as SPM SHOOT and DARTEL) may not be available using your SPM version. Please upgrade SPM12 to at least revision 6906 (or simply update to newest release).');