Hi everyone,
When I'm running msRun----ms = msExtractFiring(ms); I come across an error. It seemed that someone also had this error before. I had already tried different video samples on google drive,but still doesn't work. Does anyone know how to solve this? Many thanks.
Undefined function or variable 'C1'.
Error in fast_oopsi/est_MAP (line 305)
C = C1; % update C
Error in fast_oopsi (line 165)
[n C posts(1)] = est_MAP(F,P);
Error in msExtractFiring (line 25)
[n_best p_best V2 C] = fast_oopsi(F,V,P);