-
Notifications
You must be signed in to change notification settings - Fork 28
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
error in using wb_command inside matlab #36
Comments
Hi Amirhosein, PALM uses the command "which" to locate programs such as wb_command, but this only works on Linux and Mac. For Windows you'd have to edit the palm_checkprogs.m to make PALM set "palm_extern.wb_command = true" always, and further, edit palm_ciftiread.m and palm_ciftiwrite.m such that the variable "wb_command" is set at the beginning to point to the location in your system where the actual wb_command is located. It should work then, but you'll have to make these edits by hand. All the best, Anderson |
thanks a lot for your help i did succeed in running the command but I get this error after the first problem was solved Output stream for external file reports its status as bad. Error using xml_parser and when I do this error will pop up Error in gifti_read (line 14) Error in gifti (line 105) |
Hello @amirka1379 |
results_Y4h4Ng.gii.zip |
Thank you, the XML file is indeed not valid, two end tags are missing at the end of the file:
After adding them manually, the file is parsed correctly so it might be worth checking whether there is an issue upstream with |
I also notice the
|
I want to do a palm analysis with -transposedata and etc
but it keeps giving me 'Currently cannot read/write CIFTI files without the HCP Workbench'
I tried some of the ways you have mentioned to how to fix this problem but it did not help
I would appreciate it if you helped me how to use the hcp workbench inside Matlab
and how to work with the wb_command function
wb_view function is alright in Matlab
but my windows Matlab can not recognize wb_command with the system('wb_command')
The text was updated successfully, but these errors were encountered: