I am trying out the example "MULTIMODAL, MULTISUBJECT DATA FUSION" from SPM12 manual. I am getting this output when I run the batch_preproc_meeg_convert.m script.
batch_preproc_meeg_convert
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Error using spm_jobman>fill_run_job (line 474)
No executable modules, but still unresolved dependencies or incomplete module inputs.
Error in spm_jobman (line 246)
sts = fill_run_job('run', cjob, varargin{3:end});
Error in batch_preproc_meeg_convert (line 16)
spm_jobman('run', jobs, inputs{:});
I have rechecked all the modules and its steps but still I am unable to figure out the error. Can you explain the error?