Dear Junhyoek,
Sorry I have not seen a similar error before and I don't seem to be able to get the function save to produce the "invalid argument" error in order to better understand what it means. To help me debug this could you please:
1) type "which save" (without the quotes) in Matlab command window and see whether that matches your main Matlab installation folder or some different toolbox (copy/paste the output if in doubt)
2) type "a=struct('b',1); save('test.mat', '-struct', 'a', '-v6'); " (without the quotes) in Matlab command window and see whether that produces the same error message as the one you are getting when running preprocessing
3) let me know which version of Matlab you have installed in your system
Best
Alfonso
Originally posted by Junhyeok JAng:
Dear Alfonso,
I am encountering a recurring issue while running the following MATLAB code in the CONN Toolbox during the preprocessing pipeline. Despite troubleshooting efforts, the error persists.
Code in Use
The error arises when running the following preprocessing code:
Threaded View
| Title | Author | Date |
|---|---|---|
| Junhyeok JAng | Dec 6, 2024 | |
| Alfonso Nieto-Castanon | Dec 9, 2024 | |
| Junhyeok JAng | Dec 10, 2024 | |
