Skip to content

Commit 893e0de

Browse files
committed
toolbox now hosted at ccnmaastricht
1 parent fc5c1d0 commit 893e0de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
The Computational Neuroimaging Toolbox is a MATLAB toolbox for estimating input-referred models. Specifically, the toolbox contains tools for Fourier analyses of phase-encoded stimuli, population receptive field mapping, estimating parameters of generic (user-defined) input-referred models as well as performing ridge regression.
44

5-
This code is hosted at https://github.com/MSenden/CNI_toolbox
5+
This code is hosted at https://github.com/ccnmaastricht/CNI_toolbox
66
The latest version may always be found here.
77

88
This software was developed with MATLAB R2017a and access to the full suite of MATLAB add-on packages. Some of these packages may be required to run the software.
99

1010
## Installation
11-
There are two options for installing the toolbox. Either download the toolbox file [Computational Neuroimaging Toolbox.mltbx](https://github.com/MSenden/CNI_toolbox/raw/master/Computational%20Neuroimaging%20Toolbox.mltbx), navigate to the downloaded file within MATLAB and then execute the following command:
11+
There are two options for installing the toolbox. Either download the toolbox file [Computational Neuroimaging Toolbox.mltbx](https://github.com/ccnmaastricht/CNI_toolbox/raw/master/Computational%20Neuroimaging%20Toolbox.mltbx), navigate to the downloaded file within MATLAB and then execute the following command:
1212

1313
```MATLAB
1414
matlab.addons.toolbox.installToolbox('Computational Neuroimaging Toolbox.mltbx');
1515
```
1616

17-
Alternatively, download the compressed toolbox [Computational Neuroimaging Toolbox.zip](https://github.com/MSenden/CNI_toolbox/raw/master/Computational%20Neuroimaging%20Toolbox.zip) and extract it into Documents/MATLAB/Add-Ons/Toolboxes.
17+
Alternatively, download the compressed toolbox [Computational Neuroimaging Toolbox.zip](https://github.com/ccnmaastricht/CNI_toolbox/raw/master/Computational%20Neuroimaging%20Toolbox.zip) and extract it into Documents/MATLAB/Add-Ons/Toolboxes.
1818

1919
## Files
2020
This repository contains four files.

0 commit comments

Comments
 (0)