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

loadfile.m should open both types of MAT files (created by this repo, and previous tools). #6

Open
bccummings opened this issue Jun 11, 2019 · 0 comments
Assignees
Labels
feature-request New feature or request

Comments

@bccummings
Copy link
Owner

Is your feature request related to a problem? Please describe.
On the surface, there is no way to know what type of MAT file one is opening (whether it was converted through the old system, or through this one. The difference is mainly in the structure of the event markers.

Describe the solution you'd like
loadfile.m should check the file, and open it either way. It can check if event_markers is a table or a struct, and if struct, parse to table. If not, pass.

Describe alternatives you've considered
NA

Additional context
NA

@bccummings bccummings added the feature-request New feature or request label Jun 11, 2019
@bccummings bccummings self-assigned this Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant