-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
bug 🐛Something isn't workingSomething isn't working
Description
Describe your problem in detail
I am running
bidsRFX('RFX', opt, funcFWHM, conFWHM);
and when it comes to setBatchImage step, it crashes.
Error message
BUILDING JOB: image calculation
Error using setBatchImageCalculation (line 62)
The value of 'matlabbatch' is invalid. It must satisfy the function: iscell.
Error in setBatchMeanAnatAndMask (line 67)
matlabbatch = setBatchImageCalculation(matlabbatch, ...
Error in bidsRFX (line 69)
matlabbatch = setBatchMeanAnatAndMask(matlabbatch, ...
When I check in line#62
62 parse(p, varargin{:});
K>> parse(p, varargin{:})
The value of 'matlabbatch' is invalid. It must satisfy the function: iscell.
apparently,
p.Results is a struct with no fields.
Any ideas?
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working