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
trafficstars

Fixes #417 ## Motivation Add an easily automatable replacement for the crappy autogenerated MATLAB API docs. ## How to test the behavior? ## Checklist - [x] Have you ensured the...

## Motivation Related to #220, will close manually later. Instead of making temp dir default, allows for saving to temp directory as an extra flag. ## How to test the...

- [x] Regular docs - [x] use [matlabdomain](https://github.com/sphinx-contrib/matlabdomain) to auto-generate class files. - [ ] consider moving the ``logo`` folder to the docs

### What happened? When running NWB validation for a created nwb file, I got the following error message indicating that "Could not construct TimeIntervals object due to: columns must be...

### What happened? When running matnwb(2.6.0), I got an error message. I am wondering that is due to a bug with matnwb. Or Could you please let me know how...

- [ ] cache file and dataset ids on load and destroy them if possible. - [ ] use a different solution for bound pipes which may cause file corruption...

status: todo

Hey @ln-vidrio, it looks like the [API index](https://neurodatawithoutborders.github.io/matnwb/doc/index.html) is out of date. Would you be able to update it? How straightforward would it be to maintain old versions of the...

priority: low
topic: docs

As per https://github.com/NeurodataWithoutBorders/matnwb/pull/232#issuecomment-653047751 This is the order in which MatNWB should search for the `namespace` directory\: 1. - [ ] Current working directory 2. - [ ] Workspace environment 3....

### What would you like to see added to MatNWB? Using NWBInspector will allow for testing MatNWB compatibility to a greater degree since pynwb may not catch all configurations that...

Hello, I am converting a large matrix with dimensions `261x252000000` to an NWB file. I am using the [iterative data writing](https://neurodatawithoutborders.github.io/matnwb/tutorials/html/dataPipe.html) method. However, it takes a lot of time to...

status: need verification