The matlab getEvents funcition is rather slow when trying to import large
files and signals like eye position that are updated often.
Is there a faster way to get around that problem?
Best
Najib
The matlab getEvents funcition is rather slow when trying to import large
files and signals like eye position that are updated often.
Is there a faster way to get around that problem?
Best
Najib
Hi Najib,
No, there isn’t any way to speed up getEvents. Coming up with a new data file format with better read performance is on my to-do list, and I hope to get it done for the next MWorks release.
Cheers,
Chris
Is the python version faster? or is the problem the format?
Najib
The Python and MATLAB tools use the same file-reading code under the hood. The format is the problem.
Chris