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
When running osl_inverse_model (in the hmm_1_preprocessing.m ), I'm encountering the following error:
Initialising batch system... done.
Item plugin: No field(s) named
montage_osl
Item plugin: No field(s) named
spmeeg_osl
Error using spm_jobman>fill_run_job (line 472)
No executable modules, but still unresolved dependencies or incomplete module inputs.
Error in spm_jobman (line 247)
sts = fill_run_job('run', cjob, varargin{3:end});
Error in osl_inverse_model (line 246)
spm_jobman('run',matlabbatch)
Error in hmm_1_preprocessing (line 279)
D = osl_inverse_model(D,p.template_coordinates,'pca_order',50);
Error in run (line 91)
evalin('caller', strcat(script, ';'));
Here are some extra informations on my system:
Operating system: Ubuntu 20.04.6 LTS 64bits
MATLAB version: R2021b
Any pointers to solve this issue?
Cheers!
The text was updated successfully, but these errors were encountered:
Hello!
When running osl_inverse_model (in the hmm_1_preprocessing.m ), I'm encountering the following error:
Initialising batch system... done.
Item plugin: No field(s) named
montage_osl
Item plugin: No field(s) named
spmeeg_osl
Error using spm_jobman>fill_run_job (line 472)
No executable modules, but still unresolved dependencies or incomplete module inputs.
Error in spm_jobman (line 247)
sts = fill_run_job('run', cjob, varargin{3:end});
Error in osl_inverse_model (line 246)
spm_jobman('run',matlabbatch)
Error in hmm_1_preprocessing (line 279)
D = osl_inverse_model(D,p.template_coordinates,'pca_order',50);
Error in run (line 91)
evalin('caller', strcat(script, ';'));
Here are some extra informations on my system:
Operating system: Ubuntu 20.04.6 LTS 64bits
MATLAB version: R2021b
Any pointers to solve this issue?
Cheers!
The text was updated successfully, but these errors were encountered: