Hello, I am trying to add some events from a .csv file.
The csv file has 3 column : label, time, duration.
The time and duration are given in seconds.
I go in File --> Add Events from file --> .csv or .txt
Systematically, I got this error:
Error: Line 65: Index exceeds the number of array elements (0).
** ** Call stack:
** >in_events_csv.m at 65
** >import_events.m at 148
** >import_events.m at 80
** >panel_record.m>ImportEvents at 2513
** >bst_call.m at 28 ** >panel_record.m>@(h,ev)bst_call(@ImportEvents) at 140
Does somebody know why?
Thanks in advance for your help!
Anaïs