We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code here uses scipy.io.savemat:
scipy.io.savemat
eeglabio/eeglabio/raw.py
Line 101 in eb24384
This means saving EEGLAB data as MATLAB files up to version 7.2.
Starting with MATLAB file version 7.3, the data are actually encoded in HDF5 format: https://de.mathworks.com/help/matlab/import_export/mat-file-versions.html
This is a great development, as it makes these files more accessible to other readers outside of MATLAB.
could you please implement support for writing EEGLAB data to mat files of version 7.3 and higher?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The code here uses
scipy.io.savemat
:eeglabio/eeglabio/raw.py
Line 101 in eb24384
This means saving EEGLAB data as MATLAB files up to version 7.2.
Starting with MATLAB file version 7.3, the data are actually encoded in HDF5 format: https://de.mathworks.com/help/matlab/import_export/mat-file-versions.html
This is a great development, as it makes these files more accessible to other readers outside of MATLAB.
could you please implement support for writing EEGLAB data to mat files of version 7.3 and higher?
The text was updated successfully, but these errors were encountered: