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
I get a error message while running dtiInit in Matlab2015a:
---------Error Begin------------
Undefined function 'abs' for input arguments of type 'matlab.ui.Figure'.
Error in num2str (line 66)
xmax = double(max(abs(widthCopy(:))));
Error in dtiCheckMotion (line 61)
printCommand = ...
Error in dtiInit (line 170)
dtiCheckMotion(dwDir.ecFile,'off');
Error in dwiPreprocess (line 31)
dtiInit(dtiNiftiPath,t1NiftiPath,dwParams);
--------------Error End-------------------
Google tells me it's a Matlab version problem. Maybe someone who is familiar with dtiInit can fix it.
Thanks,
Zonglei Zhen
The text was updated successfully, but these errors were encountered:
I get a error message while running dtiInit in Matlab2015a:
---------Error Begin------------
Undefined function 'abs' for input arguments of type 'matlab.ui.Figure'.
Error in num2str (line 66)
xmax = double(max(abs(widthCopy(:))));
Error in dtiCheckMotion (line 61)
printCommand = ...
Error in dtiInit (line 170)
dtiCheckMotion(dwDir.ecFile,'off');
Error in dwiPreprocess (line 31)
dtiInit(dtiNiftiPath,t1NiftiPath,dwParams);
--------------Error End-------------------
Google tells me it's a Matlab version problem. Maybe someone who is familiar with dtiInit can fix it.
Thanks,
Zonglei Zhen
The text was updated successfully, but these errors were encountered: