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
If the file name is in a cell (instead of a char array), which is the case for multi-run or multi-task scenarios, this print line will throw an error because it is expecting a string but gets a cell instead. I commented it out and things worked fine. Probably making nesting fileIn in char would resolve it: fprintf('Processing file %s\n', char(fileIn));
If the file name is in a cell (instead of a char array), which is the case for multi-run or multi-task scenarios, this print line will throw an error because it is expecting a string but gets a cell instead. I commented it out and things worked fine. Probably making nesting
fileIn
inchar
would resolve it:fprintf('Processing file %s\n', char(fileIn));
EEG-BIDS/bids_export.m
Line 835 in 25acddb
The text was updated successfully, but these errors were encountered: