Borrar filtros
Borrar filtros

CAT12 Toolbox Won't Launch and Displaying an Error Message

11 visualizaciones (últimos 30 días)
Dechante
Dechante el 18 de Jul. de 2024
Respondida: Anagha Mittal el 23 de Jul. de 2024
I have downloaded SPM12 and unzipped and installed cat12 in the spm12 toolbox folder. This shows up but when I try to press on it to launch CAT12 I receive the following error:
SPM present working directory:
/rds/projects/f/farrowe-prescient-eeg-analysis/MRI/Dechante/spm12
Error using spm('TBlaunch',get(gcbo,'UserData'),get(gcbo,'Value')-1), set(gcbo,'Value',1)
Invalid use of operator.
Error in spm (line 954)
evalin('base',xTB(i).prog);
Error while evaluating UIControl Callback.
If anyone could help me I would really appreciate it

Respuestas (1)

Anagha Mittal
Anagha Mittal el 23 de Jul. de 2024
Hi,
I understand you are receiving a path related error while launching CAT12.
There could various reasons as follows for this behaviour:
1. Please ensure that CAT12 is added to the MATLAB path. Use the following commands to do the same:
>> addpath('/path/to/spm12');
>> addpath('/path/to/spm12/toolbox/cat12');
>> savepath;
You may refer to the documentation of "addpath" for more information:
2. Since you haven't provided any information regarding the version, please make sure that you are using a compatible version of MATLAB with CAT12 and SPM12. Refer to the following to get the list of compatible versions:
Hope this helps!

Categorías

Más información sobre MRI en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by