matnwb
matnwb copied to clipboard
A Matlab interface for reading and writing NWB files
### What would you like to see added to MatNWB? https://se.mathworks.com/help/matlab/matlab_prog/matlab-code-analyzer-report.html ### Is your feature request related to a problem? _No response_ ### What solution would you like? Use code...
### What happened? We created our NWB files with MATNWB 2.4.0 and now we try to validate it with NWBInspector. It trows the following error: ### Steps to Reproduce ```python...
### What would you like changed or added to the documentation and why? - **Reading NWB Files** and **Writing NWB Files** sections are partly conceptual, partly how-to. - Revisit dataset...
### What would you like changed or added to the documentation and why? In the MatNWB extracellular electrophysiology tutorial, the documentation says that electrodes has several required fields: > Extracellular...
### What would you like changed or added to the documentation and why? Highlight the current **cloud** profile as the recommended profile, especially for data meant to be shared via...
Fix #672 **Depends on** - ~~#730~~ ## Motivation Simplify introduction tutorial and make it follow a story line instead of demonstrating the use of types in a more disconnected manner....
## Motivation fix #625 ## How to test the behavior? ```matlab processingModule = types.core.ProcessingModule(); processingModule.add('MyTimeSeries', types.core.TimeSeries); processingModule.MyTimeSeries ``` ``` ans = TimeSeries with properties: starting_time_unit: 'seconds' timestamps_interval: 1 timestamps_unit: 'seconds'...
### Branch [`764-inherited-scalar-shape-export`](https://github.com/NeurodataWithoutBorders/matnwb/tree/764-inherited-scalar-shape-export) ### What happened? Given the following type definitions: ```yaml groups: - neurodata_type_def: NonScalarData neurodata_type_inc: NWBContainer datasets: - name: data dtype: float64 shape: - null - neurodata_type_def: ScalarDataInherited...
### What would you like changed or added to the documentation and why? Add How-to guide following the lead of the current PyNWB tutorial for editing NWB files: https://pynwb.readthedocs.io/en/latest/tutorials/advanced_io/plot_editing.html#sphx-glr-tutorials-advanced-io-plot-editing-py ###...
### What would you like to see added to MatNWB? Currently there is no support for editing values/data of datasets that have been written to file. All non-scalar datasets are...