RodentDataAnalytics / mwm-ml-gen

mwm-ml-gen (RODA) is a software capable of performing analysis and classification of trajectory data for the Morris Water Maze
Other
9 stars 6 forks source link

Code Optimization: input data + parsing #29

Open avouros opened 8 years ago

avouros commented 8 years ago

The part of the code that reads CSV or XLSX files and parses the info of interest is running too slow, especially when we have XLSX files. Segmentation: load_data.m --> parse_data.m --> read_ethovision.m / read_ethovision_xlsx.

Note: for reading XLSX files the command xlsread is being used (xlsread-ref)