matnwb
matnwb copied to clipboard
A Matlab interface for reading and writing NWB files
### What would you like to see added to MatNWB? see title ### Is your feature request related to a problem? _No response_ ### What solution would you like? see...
Fixes #569 ## Checklist - [x] Have you ensured the PR description clearly describes the problem and solutions? - [x] Have you checked to ensure that there aren't other open...
### What would you like to see added to MatNWB? MATLAB now allows you to have the syntax func(a=1, b=2), which is nicer and would be more similar to PyNWB....
### What happened? I was allowed to create a `types.hdmf_common.DynamicTable` where one of the columns that were stated in colnames was not declared. An error was thrown only when trying...
### What happened? Although my nwb object does get exported to an NWB file without errors, and the validation with python is successfull, I cannot view the Imagesegmentation in neurosift....
### What happened? toTable method does not work on PlaneSegmentation objects ### Steps to Reproduce ```matlab % generate fake image_mask data imaging_shape = [100, 100]; x = imaging_shape(1); y =...
[Bug]: dynamic table getRow using 'useId' true fails for index which is not positive ,e.g. index 0
### What happened? When using `my_table.getRow(0,'useId', true)` (where my_table is a dynamic table with an id 0 row), I was expecting to get the row corresponding to id 0, but...
### What happened? NWB schema 2.7.0 was released on February 7. Could we make a release of MatNWB that includes this version? ### Steps to Reproduce ```matlab n/a ``` ###...
### What would you like changed or added to the documentation and why? Should demonstrate construction modes: * conversion from MATLAB table * direct declaration * addRow should also cover...
Fix #597 ## Motivation fix bug ## How to test the behavior? ``` See issue ``` ## Checklist - [x] Have you ensured the PR description clearly describes the problem...