Skip to content
New issue

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

Can i read .mat file using mdfreader? #208

Open
az299260 opened this issue Aug 16, 2023 · 1 comment
Open

Can i read .mat file using mdfreader? #208

az299260 opened this issue Aug 16, 2023 · 1 comment

Comments

@az299260
Copy link

Python version

3.9.6

Platform information

Windows-10-10.0.22621-SP0

Numpy version

1.21.2

mdfreader version

4.1

Description

I have a mat file and i'm able to read it via python, but facing difficulties in resampling the data.
Earlier i was able to resample in mdf file from mdfreader but now i have a mat file.

It'll be helpfull if i can either read mat files form mdfreader to write it to mdf
or
can i directly resample mat file after reading into mdfreader

@ratal
Copy link
Owner

ratal commented May 19, 2024

I am not sure to fully follow but you resample your mdf file before exporting it into mat.
mdfreader does not have the feature to read mat file because mat can have very simple to complex data structure. If you want to export matlab data into mdf, you can do by transferring data from mat into expected data format by mdfreader and then write it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants