Skip to content

Installation

pwollstadt edited this page Apr 17, 2015 · 7 revisions

Download

Download the Zip-file with the current toolbox version from GitHub. Unzip the folder to your hard drive.

Using TRENTOOL in MATLAB

Add the path to the unzipped toolbox to your MATLAB path:

 addpath('~/TRENTOOL/);

Using GPU functions in TRENTOOL

If you want to use the ensemblemethod for TE estimation (Wollstadt, 2014) you need to have an NVIDIA graphics processing unit (GPU) installed. To use GPU functionality you need to compile the respective mex-files for your architecture -- this is done by running the TRENTOOL function

 install

from within MATLAB.