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 am trying to use the dtiMakeDt6FromFsl function to create a dt6.mat file and use AFQ with data that has been preprocessed in FSL. I received the following error:
dtiMakeDt6FromFsl('dti_S0.nii.gz')
Dot indexing is not supported for variables of this type.
Error in dtiMakeDt6FromFsl (line 44)
sz = size(b0.data);
Can anyone offer any guidance on fixing this?
Many thanks!
Meaghan
The text was updated successfully, but these errors were encountered:
I have not yet been able to resolve the issue with running dtiMakeDt6FromFsl. It seems that b0.data is not defined anywhere earlier in the script, so this may be a problem?
Any help would be greatly appreciated.
Hello experts,
I am trying to use the dtiMakeDt6FromFsl function to create a dt6.mat file and use AFQ with data that has been preprocessed in FSL. I received the following error:
Error in dtiMakeDt6FromFsl (line 44)
sz = size(b0.data);
Can anyone offer any guidance on fixing this?
Many thanks!
Meaghan
The text was updated successfully, but these errors were encountered: