-
Notifications
You must be signed in to change notification settings - Fork 20
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
wb_command’ is not an internal or external command, nor is it a runnable programme #12
Comments
Simply configure wb_command, then run |
If How did you end up with a cifti-1 file? We switched to cifti-2 before the major HCP YA releases. There also should have been a warning printed by |
Open a new matlab instance and it should pick up the new How did you get a cifti-1 file? Virtually everything publicly available should be cifti-2, including the default output of tools. Not sure why this warning didn't show up in your output, did you modify the code? Line 37 in 5e2da20
|
This file was given to me by my mentor, the source code I tried to modify this place to system([options.wbcmd ‘ -file-convert -cifti-version-convert “ filename ” 2 ’ tmpfile]); I found that it still reported an error, so I ran the cmd command manually |
coord_file = cifti_read(‘E:\Desktop\GII\two\two\sub-070_space-fsLR_den-91k_curv.dscalar.nii’);
‘wb_command’ is not an internal or external command, nor is it a runnable programme
or batch file.
Error using my_system
command failed: ‘wb_command -file-convert -cifti-version-convert E:\Desktop\GII\two\two\sub-070_space-fsLR_den-91k_curv.dscalar.nii 2
C:\Users\ASUS\AppData\Local\Temp\tp8e1c5aea_186c_45cb_a5d3_d3b0bd362e30.sub-070_space-fsLR_den-91k_curv.dscalar.nii’
Error cifti_read (line 41)
my_system([options.wbcmd ‘ -file-convert -cifti-version-convert “ filename ” 2 ’ tmpfile]).
Translated with DeepL.com (free version)
The text was updated successfully, but these errors were encountered: