Processing data in matlab / ubuntu

Hi Jaime,

MWorks’ standard data analysis tools depend on the MWorksCore framework, which is only available for macOS.

Since version 0.12, MWorks has included a pure-Python data file reader that can be used to analyze event files on non-Mac systems (more info). I tried to implement something similar for MATLAB, but I was thwarted by MATLAB’s wonky SQLite interface. If you really want to analyze MWorks data with MATLAB on Linux, you should be able to use the Python mwk2reader module via MATLAB’s Python interface.

Cheers,
Chris