You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: