Hello friends. Can anyone help in resolving the problem for the below comment. I have an EyeLink data file needs to be converted to get the rawdata of the file. Below is the error of the program that i encountered.Please help me in solving that
3 views (last 30 days)
Show older comments
>> edf1 = Edf2Mat('ls.edf');
Converting: 100%
>> save(edf1)
>> plot(edf1);
Index exceeds matrix dimensions.
Error in Edf2Mat/getPupilSize (line 21)
timeRange = obj.Samples.time(range);
in the program code they have given range is as : range = startIdx:endIdx;
Error in Edf2Mat/plot (line 93)
[tRange, pupil] = obj.getPupilSize(startIdx, endIdx);
How do i correct the index dimention of the Range? Is the problem with range dimension ? Please suggest me
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!