Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dtiInit is not compatible with Matlab2015a #224

Open
zhenzonglei opened this issue Apr 10, 2017 · 1 comment
Open

dtiInit is not compatible with Matlab2015a #224

zhenzonglei opened this issue Apr 10, 2017 · 1 comment

Comments

@zhenzonglei
Copy link

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

@zhenzonglei
Copy link
Author

I just found an opened pull request for this issue.
#208
Zonglei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants