matnwb icon indicating copy to clipboard operation
matnwb copied to clipboard

A Matlab interface for reading and writing NWB files

Results 114 matnwb issues
Sort by recently updated
recently updated
newest added

### 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...

category: enhancement
priority: low
status: todo
topic: matnwb-api

### 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...

category: enhancement

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...