Process_inverse_2018: Option 'mem'

Trying to use "cmem" an error occurs in process_inverse_2018 in line 661:

OPTIONS.Data = DataMat.F(GoodChannel,:);

Index in position 1 exceeds array bounds (must not exceed 1).

Looking at the contents of the struct DataMat.F, this does not seem to be a surprise for me.

What probably went wrong in the construction of DataMat.F

Thank you,

Matthias

(Matlab R2019a, Brainstorm July 1th, 2020)

Dear Matthias,

The MEM functions are not compatible with continuous files ("Link to raw file").
You need to import your files to the database first.

Cheers
Francois

Thank you for the hint ! After import it works.

Matthias