matnwb
matnwb copied to clipboard
A Matlab interface for reading and writing NWB files
### What would you like to see added to MatNWB? When reading an NWB file with `nwbRead`, all datasets of the file will be represented via the utility types `DataStub`...
Currently, if any schema specifies a **scalar***, **unnamed*** and **typed*** dataset or group, these are mapped to a `types.untyped.Anon` class. In contrast, **non-scalar**, **unnamed** and **typed** datasets or groups are...
### What happened? Following up on discussion/question in https://github.com/NeurodataWithoutBorders/matnwb/issues/703#issuecomment-2851179725 > Is there a way to detect this version change and clear specifically the classes causing the problem? @bendichter I have...
Depends on PR #705 ## Motivation Update tutorials based on changes in PR #705 ## How to test the behavior? ``` Show here how to reproduce the new behavior (can...