matnwb icon indicating copy to clipboard operation
matnwb copied to clipboard

A Matlab interface for reading and writing NWB files

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

Main example being the `trials` Group under NWBFile. ``` - doc: 'Data about experimental trials' name: trials neurodata_type_inc: DynamicTable quantity: '?' datasets: - doc: The start time of each trial...

status: need more info

### What would you like to see added to MatNWB? I have initially expressed that opinion/desire in https://github.com/NeurodataWithoutBorders/matnwb/issues/491#issuecomment-1429078308 where we are trying to ping point/resolve an issue forbidding opening an...

### What happened? Using NWB version 2.6.0 release to open an NWB file with schema version 2.5.0, and unable to read it because of some unidentified fields. Also, the file...

### What would you like to see added to MatNWB? As per AlignedDynamicTable help text: > [AlignedDynamicTable is a]...DynamicTable container that supports storing a collection of sub-tables. Each sub-table is...

status: todo
topic: matnwb-api

I am trying to make sure the changes in https://github.com/NeurodataWithoutBorders/nwb-schema/pull/337 don't cause any problems for matnwb. This requires some changes to ecephys, because the electrodes table needs to be defined...

These schema changes have not been made to pynwb yet. Please hold off on merging.

### What would you like changed or added to the documentation and why? The following issue raised on PyNWB https://github.com/NeurodataWithoutBorders/pynwb/issues/1628 I believe is also relevant for MatNWB. **Proposed Enhancement** Enhance...

category: enhancement
priority: high
topic: docs

### What happened? I am trying to access the raw data and to replace them in matlab of some iEEG file coded in NWB. For some other files, the code...