<div dir="ltr"><div>Can someone explain what this error means?</div><div><br></div><div><br></div><div>Reading data .....</div><div>Scaling data .....</div><div>Reading Event Table...</div><div>Warning: events imported with a time shift might be innacurate</div><div>Warning: Matrix is singular to working precision. </div><div>> In ft_preproc_polyremoval at 76</div><div>  In fieldtrip-20150212/private/preproc at 315</div><div>  In ft_preprocessing at 590 </div><div>Warning: Matrix is singular to working precision. </div><div>> In ft_preproc_polyremoval at 76</div><div>  In ft_preproc_baselinecorrect at 49</div><div>  In fieldtrip-20150212/private/preproc at 348</div><div>  In ft_preprocessing at 590 </div><div><br></div><div><br></div><div>The error occurs after "data=ft_preprocessing(cfg)":</div><div><br></div><div><div>cfg                         = [];</div><div>cfg.dataset                 = 'file.cnt';</div><div>cfg.trialfun = 'ft_trialfun_general';</div><div>cfg.trialdef.eventtype      = 'trigger';</div><div>cfg.trialdef.eventvalue     = [11 12 21 22 31 32 41 42 51 52];</div><div>cfg.trialdef.prestim    = -1;</div><div>cfg.trialdef.poststim    = .5;</div><div>cfg = ft_definetrial(cfg);</div><div><br></div><div>cfg.channel={'channel2' 'channel3'};</div><div>cfg.demean ='yes';</div><div>cfg.reref        = 'yes';</div><div>cfg.implicitref  = [];</div><div>cfg.refchannel   = {'channel3'};</div><div>data = ft_preprocessing(cfg);</div></div><div><br></div>
</div>