[FieldTrip] error with ft_appenddata
Wong-Barnum, Mona
mona at sdsc.edu
Wed Oct 5 23:06:18 CEST 2016
Iām getting a runtime error with ft_appenddata:
data = ft_appenddata ( cfg, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14 )
Error using ft_checkdata (line 468) This function requires raw+comp or raw data as input.
Error in ft_appenddata (line 80) varargin{i} = ft_checkdata(varargin{i}, 'datatype', {'raw+comp', 'raw'}, 'feedback', 'no');
Error in stitch (line 45) data = ft_appenddata ( cfg, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20 )
Error in run (line 96) evalin('caller', [script ';']);
I have Neuromag data and was able to read the files into data# using ft_read_data.
In the documentation, it says cfg can be empty so I declared it by "cfg = āā;ā before the ft_appenddata call; is that ok?
Any help/suggstions/tips regarding the ft_appenddata error would be appreciated. Thanks!
Mona
*********************************************
Mona Wong
Web & iPad Application Developer
San Diego Supercomputer Center
"To handle yourself, use your head;
to handle others, use your heart."
-- Eleanor Roosevelt
*********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20161005/fc29d8c1/attachment-0001.html>
More information about the fieldtrip
mailing list