Skip to content
/ conan Public

CONnectivity ANalysis tools in Matlab

License

Notifications You must be signed in to change notification settings

kloewe/conan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conan

CONnectivity ANalysis tools in Matlab

Prerequisites
  • 64-bit Linux
  • 64-bit Matlab
  • The GCC C compiler
  • A working MEX setup that uses GCC to compile the MEX files
Download

Clone the repository.

$ git clone --recursive https://github.com/kloewe/conan.git
Installation

Change to the root directory of the cloned repository and run make to compile the MEX files. Then, run make install to add the relevant directories to the Matlab path.

$ cd conan
$ make
$ make install
Documentation

A description of each function can be displayed in Matlab using

>> help <function-name>
Bugs

If you run into problems, please send an email to kl@kristianloewe.com.

Citation

If you use this program, please cite:

Loewe K, Donohue SE, Schoenfeld MA, Kruse R, Borgelt C (2016).
Memory-efficient analysis of dense functional connectomes.
Frontiers in Neuroinformatics 10:50.
doi

Loewe K, Grueschow M, Stoppel C, Kruse R, and Borgelt C (2014).
Fast construction of voxel-level functional connectivity graphs.
BMC Neuroscience 15:78.
doi

Releases

No releases published

Packages

No packages published

Languages