Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/int-brain-lab/ibllib-matlab
IBL set of Matlab tools and functions
https://github.com/int-brain-lab/ibllib-matlab
Last synced: 2 months ago
JSON representation
IBL set of Matlab tools and functions
- Host: GitHub
- URL: https://github.com/int-brain-lab/ibllib-matlab
- Owner: int-brain-lab
- License: mit
- Created: 2019-06-03T19:56:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T14:39:42.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T10:43:58.626Z (2 months ago)
- Language: MATLAB
- Size: 1.9 MB
- Stars: 3
- Watchers: 34
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# General
## Documentation
https://ibllib.readthedocs.io/en/latest/## Installation
`git clone https://github.com/int-brain-lab/ibllib-matlab`
And then set path recursively onto the library.### @ONE library
Setup (parameters) for the @ONE library is detailed here:
https://ibllib.readthedocs.io/en/latest/03a_installation_matlab.html**Tutorial** for the @ONE library is here:
https://ibllib.readthedocs.io/en/latest/03b_tutorial_matlab.html### Needles GUI
Install notes for Needles are in the [README.md](needles/README.md) (in the Needles folder).## Requirements
**Matlab Module**: Matlab R2016b or higher (jsonencode function).
Earliers versions need to install the Json lab toolbox https://github.com/fangq/jsonlab.