BNT can be seen as a repository of MATLAB® scripts and functions that contributed to paper publications in the field brain connectivity. It is being continuously and jointly developed by scientists of the ARAMIS LAB at the Brain and Spine Institute, Paris, FR and the University College of London, UK.
The simplest way to install this toolbox is to download the latest toolbox package file, double-click on it and follow the instructions.
If you want to install this toolbox in a specific location, you can download the zip file, extract it and add this location to your MATLAB® path
The first thing to do is to consult the BNT documentation by typing doc 'Brain Network Toolbox'
.
If you used a specific function for your work, you can type help bnt.<FUNCTION>
in MATLAB® to get the associated reference.
A BibTeX file is provided in this repository containing all the necessary references.
Contact [email protected] if you have any request.
This toolbox is distributed under the MIT license but uses functions or toolboxes under copyright:
cprintf
function link
- Write a toolbox description.
- Choose a licence.
- Add the
.bib
file to citeBNT
. - Finalize the help of each function.
- Write example scripts.
- Add a
Package.m
script to:- Publish all the help pages;
- Publish all the demos;
- Generate the "search database";
- Generate the toolbox package.
- Write unitary tests.