filedtrip进行时频分析,提示segment extends over a discontinuous trial boundary什么原因?

用matlab里的filedtrip进行时频分析,将EEGLAB预处理后的数据格式进行转换,并提取相应的条件。结果报错,请问是什么原因?

报错:
错误使用 ft_read_data (第 291 行)
requested data segment extends over a discontinuous trial boundary

出错 ft_preprocessing (第 582 行)
dat = ft_read_data(cfg.datafile, 'header', hdr, 'begsample', begsample, 'endsample', endsample, 'chanindx',
rawindx, 'checkboundary', strcmp(cfg.continuous, 'no'), 'dataformat', cfg.dataformat, headeropt{:});
请问是什么原因?