Installation

How to download and install the toolbox and its dependencies

last modified

2023–11–11

The CvCrossManova toolbox has been developed with Matlab R2023b, but should work with later and slightly earlier versions; the most recently introduced feature used by the code is from R2021a.

The core functionality does not depend on other toolboxes. However, functions which read data modeled in SPM12 (ccmRegion, ccmSearchlight, ModeledData.fromSPM) depend on it being installed. You can download SPM12 from the pages of the Functional Imaging Lab at UCL. The toolbox was developed using r7771, but other versions of SPM12 should work, too. It has not been tested with SPM8 or earlier.

To install the toolbox, download the file cvcrossmanova-v#.#.#.zip from the latest GitHub release. Unzip the file into a directory, and make sure that the created directory cvcrossmanova-v#.#.#/ is on the Matlab search path. If you install a newer version, make sure that the old version is no longer on the path.

The code for the toolbox as well as this documentation is maintained in a git repository on GitHub. If you need the latest not yet released version, clone the repository with

git clone https://github.com/allefeld/cvcrossmanova.git

and copy the files in the toolbox/ subdirectory into a directory on the Matlab search path.

If you found a bug or have an idea for improvement, you can create an issue on the repository.