-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for loading MAT files #314
Conversation
@hofaflo if you have time please test this new feature. |
I haven't noticed that with data I tested. Which file did you use that has this problem? Did you try a file where the entries are not indented?
Definitely. But I think I'll do that at a later point, because this will require juggling more with the dimensions. |
Ah, I think that's because I'm displaying that as a Not sure it's worth special-casing when there is no nesting, only if it's not too much effort. |
Off-topic: the default icon in the top left corner of a dialog on Windows looks really ugly. Can/should we disable this? |
Yes that's perfect!
Not sure if that's worth the effort 😅 |
If it's easy to do (e.g. set a flag) then probably yes. |
2D arrays from arbitrary MAT files can be loaded by selecting the variable and setting the sampling frequency in a dedicated dialog. Fixes #195.