Error message using SPM command spm_jobman

조회 수: 69 (최근 30일)
Franziska Motka
Franziska Motka 2022년 6월 29일
답변: NN 2022년 7월 25일
Hi everyone,
I try to run an adapted preprocessing script (got it from an collegue) for a fMRI analysis. Unfortunatelly, I'm stuck on the command spm_jobman and get the following error message:
Error using spm_jobman>fill_run_job
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 s03_preprocessing_with_slice_timing_batch_NICCUE (line 79)
spm_jobman('run', matlabbatch);
It would be really helpful, if somebody could tell me what the problem is.
Thank you very much!
Franziska

답변 (1개)

NN
NN 2022년 7월 25일
Hi,
Please provide the script for a better understanding of the error faced.
As per my knowledge, you can try running the following code for resolving the issue.
clear matlabbatch
Hope this helps.
Regards,
Narvik

카테고리

Help CenterFile Exchange에서 MRI에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by